div.login_notice {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}
div.user_header, div.profile_header {
	background-color:#cfd1e7;
	border:1px solid #484590;
	font-size:10pt;
	font-weight:bold;
	margin:0px 10px;
	padding:5px;
}

div.profile_body, div.user_body {
	border:1px solid #c9c7ea;
	margin: 0px 10px 10px;
	padding:10px;
}

div.profile_body table th, div.user_body table th {
	color:#1c1a55;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

div.profile_body table td, div.user_body table td {
	vertical-align:top;
	padding:5px;
}

/* checkboxes */
#id_subscriber,
#id_profile_visible,
#id_get_email_push,
#id_agree_terms,
#id_get_sms_push,
#id_breaking,
#id_allow_blog_notification,
#id_allow_message_notification,
#id_allow_buddy_notification {
	width: auto;
	position: relative;
}

/* textarea and select elements */
div.profile_body table td textarea,
div.user_body table td textarea,
div.profile_body table td input,
div.user_body table td input,
div.profile_body table td select,
div.user_body table td select {
	border: 1px solid #605db0;
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
	width: 216px;
	position: relative;
}

#terms_agree_text {
	overflow: auto;
	height: 100px;
	border: solid 1px #484590;
	width: 445px;
}

div.profile_body table td textarea, div.user_body table td textarea {
	width: 300px;
	height: 120px;
	position: relative;
}

/*register button*/
input.submit {
	border: solid 1px #484590;
	background-color: #dbdaf0;
	font: bold 8pt Verdana,Sans-Serif;
	padding: 3px;
	width: 80px;
	
	margin:0px auto 10px;
	display:block;
}
input.submit:hover {
	border: solid 1px #dbdaf0;
	background-color: #484590;
	color: #ffffff;
}

td span {
	font-size: 8pt;
	color: #666666;
}

a.help_button {
	margin-left: 5px;
	text-decoration: none;
	font: bold 10pt Verdana,Sans-Serif;
	color: #605db0;
	padding: 0px 3px 0px 3px;
	border: #ffffff 1px solid;
}
a.help_button:hover {
	background-color: #e9e9f5;
	color: #000000;
	border: #605db0 1px solid;
}

td ul.errorlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
td ul.errorlist li {
	display: inline;
	color: #FF0000;
}