/* ----------- My Form ----------- */
.form{
	width:550px;
	margin-left:20px;
}

.entry{
	float:left;
	width:300px;
	padding:4px 2px;
	margin:0px 0 20px 10px;
}

.entry span{
	font-size:12px;
}

.account_button{
	float:right;
	padding-left: 20px;
}

/* ----------- stylized ----------- */
#stylized{
	color: #3d388a;
}
#stylized h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom: dashed goldenrod 1px;
	padding-bottom: 5px;
	color: goldenrod;
	font-style: italic;
}
#stylized p{
	font-size:11px;
	color:#898989;
	margin-bottom:20px;
	border-bottom:solid goldenrod 1px;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:170px;
	float:left;
	padding: 5px;
	margin-left: 20px;
}
#stylized .small{
	color:#898989;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:170px;
}
#stylized input{
	/*float:left; */
	font-size:12px;
	padding:4px 2px;
	border:solid #3d388a 1px;
	width:300px;
	margin-bottom: 5px;
	/*margin:0px 0 0px 10px; */
	background-color: #EAEAEA;
}

.submit-button{ 
	clear:both;
	margin-left:390px;
	width:115px !important;
	height:30px;
	text-align: center;
	text-align:center;
	/*line-height:31px;*/
	color:#FFFFFF;
	font-size:12px !important;
	font-weight:bold;
	background-color: #3d388a !important;
}

.submit-button:hover{
	color:goldenrod;
}

#stylized textarea{
	/*float:left;*/
	font-size:12px;
	padding:0px 2px;
	border:solid #3d388a 1px;
	width:300px;
	margin-bottom: 5px;
	/*margin:0px 0 20px 10px; */
	background-color: #EAEAEA;
}

#stylized #contact_preference{
	width:550px;
	padding-bottom:10px;
	margin-bottom:25px;
	margin-left: 10px;
}

#stylized #contact_preference input{
	float:left;
	font-size:12px;
	width:20px;
	/*margin:0px 0 10px 10px; */
}

#stylized #contact_preference label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:120px;
	float:left;
	padding: 2px 0px 20px 0px;
}

.register_header{
	margin-top:25px;
	padding-bottom:10px;
}

.compulsory{
	color:red;
	font-size:12px;
	font-weight:bold;
} 

/*-- error message --*/
div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
	margin-left:200px;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE !important;
	border-color: #C00 !important;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

.row
{
	clear: left;
	margin: 0 0 0.5em 0;
}

.text-justify {
	text-align:justify;
	text-justify:inter-word;
}