/* CSS Document for account related pages */

h1 {
	color:#004080;
	font-size:16px;
}
#content {
	margin:8px 10px;
	width:980px;
	padding:0px;
	overflow:auto;
}

#reg_form, #submit_form {
	background-color:#abcef4;
	border:1px solid #95b7da;
	margin-left:220px;
	margin-top:5px;
}
#reg_form {
	width:758px;
}
#submit_form {
	width:628px;
}
form#register input, form#art_upload input {
	border:1px solid aacef3;
}
form#register select, form#art_upload select {
	width:auto;
}
form#register .cat {
	padding:2px 5px;
}
form#register .cat input {
	border:0;
}
form#register #submit_but, form#art_upload #submit_but {
	margin:25px auto;
	border-bottom:2px solid #4077b0;
	border-right:2px solid #4077b0;
	border-left:1px solid #95b7da;
	border-top:1px solid #95b7da;
}
.wider input, textarea {
	width:350px;
}
.required {
	color:#FF0000;
	padding-left:5px;
}

/* account_edit.php */
#account_menu {
	position:relative;
	width:193px;
	background-color:#abcef4;
	border:1px solid #95b7da;
	float:left;
	padding:10px 10px;
}
#account_menu li {
	padding-bottom:10px;
}
#account_menu ul, #account_menu a {
	color:#004080;
	font-weight:bold;
}
#account_menu a:hover {
	text-decoration:underline;
}

#edit_form {
	width:auto;
	float:left;
}
