@charset "UTF-8";
/* CSS Document */


p, h1, form, button {
	border:0;
	margin:0;
	padding:0;
}
/* ----------- My Form ----------- */
.myform {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	width:400px;
	padding:14px;
	
	position: relative;
}
/* ----------- stylized ----------- */
	#stylized {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	clear: both;
}

#stylized label.descriptionLabel {
	display:block;
	font-weight:bold;
	text-align:Left;
	width:350px;
	float:left;
	margin: 0 0 5px 10px;
	clear: both;
}

#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized label.descriptionLabel .small {
	display: none;
}

#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:206px;
	margin:2px 0 20px 10px;
}

#stylized label.radio {
	display:block;
	float:left;
	font-weight:bold;
	width:135px;
}

#stylized input.radioElement {
	display:block;
	float:left;
	margin: 2px 0 0 0;
	padding:0;
	width:30px;
}

#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:340px;
	margin:2px 0 20px 10px;
}

#stylized input.submit {
	clear:both;
	font-size: 12px;
	margin: 0 0 0 140px;
	width:125px;
	background:#ebf4fb url(../images/bg-formButton-orange.gif) no-repeat;
	text-align:center;
	color:#FFFFFF;
	float: none;
	border: 0;
	padding: 7px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

#ie .clearfix {
	height: 1%;
}

span.formError { clear: both; float: none; display: block; position: relative; top: -.8em; border: 1px solid #ff0000; background: #f6dddd; margin: 0 0 1.0em  0; line-height: 1em; padding: 5px; text-align: center; color: #444; }
#ie span.formError { height: 1%; }
span.formError { display: none; }