body{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
}
h1{
	font-size:2.5em;
	font-weight:bold;
	color:#0D4790;
	text-align:center;
	letter-spacing: .1em;
	margin:15px;
}
h2{
	text-align:center;
	margin:15px 0 10px 0;
}
h3{
	text-align:center;
	margin:15px;
}
img{
	margin:0 auto;
	display:block;
}
p{
	margin:10px 0;
	font-size:.75em;
}
/* =================================== */
/* = General Site ID-Specific Styles = */
/* =================================== */
#container{
	width:750px;
	margin: 0 auto;
}
#pretty-lookin{
	margin: 10px auto;
	padding: 0 10px;
	line-height: 1em;
	text-align:justify;
	width:365px;
	border:1px solid #0D4790;
	background-color:#DDF2FF;
	
}
#designedBy{
	font-size:0.75em;
	clear:both;
	margin:0 auto;
	text-align:center;
	color:#CCC;
	margin-bottom:5px;
}
#designedBy a{
	color:#CCC;
	text-decoration:none;
}
#designedBy a:hover{
	color:#555;
	text-decoration: underline;
}
/* ================= */
/* = The cmx form = */
/* ================= */
form.cmxform fieldset{
	margin: 0; /* center the form */
	width:750px;
}
form.cmxform legend{
	padding: 15px 2px 5px 110px;
	font-weight: bold;
}
form.cmxform label{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol{
	margin:0 auto;
	padding: 0;
	width:700px; /* Set the width of the form */
}
form.cmxform fieldset li{
	border-bottom:1px dotted #CCC;
	list-style: none;
	padding: 5px 5px 5px 125px;
	margin: 0;
}
form.cmxform fieldset fieldset{
	border: none;
	margin: 3px 0 0;
	width:600px;
}
form.cmxform fieldset fieldset legend{
	padding: 0 0 5px 50px;
	font-weight: normal;
	font-size:.75em;
	color:#0D4790;
}
form.cmxform fieldset fieldset label{
	width: auto;
	text-align:left;
}
form.cmxform em{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label{
	margin:4px 13px 0 0;
	color:#0D4790;
	width: 150px; /* Width of labels */
	font-size:.7em;
	text-align:right;
}
form.cmxform fieldset fieldset label{
	width: 150px;
	text-align:right;
}
form.cmxform fieldset fieldset input{
	margin:7px 0 0 0;
	width: 20px;
}
form.cmxform input{
	width:175px;
	font-size:.75em;
	border:1px solid #E9E9E9;
	padding:5px 2px;
	background-color:#E9E9E9;
}
form.cmxform #submit{
	width:100px;
	background-color:#0D4790;
	color:#FFF;
}
form.cmxform li.resume label.error{
	margin-top:30px;
}
form.cmxform li.resume label.error{
	margin-top:5px;
	margin-left:80px;
	width:120px;
}
/* =========== */
/* = Classes = */
/* =========== */

.error-box{
	width:400px;
	border:1px solid red;
	padding:5px;
	background-color:pink;
	font-size:1.25em;
	text-align:center;
	display:none;
}
form.cmxform input.error{
	border:1px dotted red;
	background-color:pink;
	display:inline;
}
form.cmxform label.error{
	text-align:left;
	width:190px;
	background: url('../_img/error.png') no-repeat 0 0;
	margin:5px 0 0 5px;
	padding-left:23px;
	color: #F00;
	font-size:.7em;
}
form.cmxform label.valid{
	background: url('../_img/valid.png') no-repeat 0 0;
	height:20px;
}
form.cmxform fieldset fieldset label.valid{
	margin-left:172px;
}
form.cmxform fieldset fieldset label.error{
	margin-left:172px;
}
.buttonRight{
	float:right;
	margin-right:30px;
}
