#contact-form div.wrapper {
	overflow: hidden;
	padding: 4px 0px 4px 0px;
}

#contact-form form {
	overflow: hidden; 
	width: 70%;
	margin: 0 auto !important;
	padding:12px 6px !important;
	font-weight:normal;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
}

div.divider {
	padding: 40px;
}

div.divider h1 {
	border-bottom: 3px solid #555;
	text-align: center;
	margin-bottom: 0.5em; /* To make room for the negatively pulled <span> */
}

div.divider h1 span {
	background-color: #F5F5F5;
	position: relative;
	bottom: -0.5em;
	padding: 0 6px;
}

/*
#contact-form div.divider span.text {
	padding: 5px;
	background: white;
	margin: 0 auto;
}
#contact-form div.divider span.strikethrough {
	height: 10px;
	padding: 10px;
	background-color: #ff1fe6;
	color: #b7b9ff;
	border-top: solid;
	border-color: black;
}
*/

#contact-form div.remember{
  float:left;
  width:100px;
  margin:20px 0px 20px 10px;
  font-size:11px;
}

#loginform {
	width: 275px;
	margin: 0 auto;
	background: white;
}

#contact-form div.left {
	display:inline;
	width:47%;
	float:left;
	margin:0;
	clear:left;
	overflow: hidden;
}

#contact-form div.right {
	display:inline;
	width:47%;
	margin-right: 4%;
	float:right;
	clear:right;
	overflow: hidden;
}

#contact-form div.wrapper ul li { 
	height: 15px;
	overflow: hidden;
}

#contact-form h3 {
	text-align:center;
	background-color:#444;
	color: white !important;
	font-size:20px;
	border-bottom:1px solid #ddd;
	padding:10px 30px !important;
	margin:10px auto !important;
	overflow: hidden !important;
	clear: both !important;
}

#contact-form label {
	display:block;
	margin:10px 0 0;
	padding:10px 45px 0;
}

#contact-form input[type=text], #contact-form input[type=password], #contact-form textarea, #contact-form select {
	border:solid 1px #E5E5E5;
	display:block;
	font-size:16px;
	width:90%;
	background:0 color-stop(10%,(#EEEEEE), to(#FFFFFF) );
	margin:5px 20px 0px;
	padding:6px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
	overflow: hidden;

}
#contact-form select {
	width: 255px;
	height: 32px;
}

#contact-form textarea {
	height:90px;
}

#contact-form input[type=text]:focus,#contact-form textarea:focus {
	background:#feffef;
}

#contact-form .bottom {
	background-color:#444;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	min-height:29px;
	overflow: hidden;
}


#contact-form input.submit, #contact-form input[type=submit] {
	background:#e3e3e3;
	border:1px solid #ccc;
	color:#333;
	font-family:"Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	padding:5px 30px 5px 30px;
	overflow: hidden;
    -moz-border-radius: 3px; 
  	-webkit-border-radius: 3px; 
    border-radius: 3px;
}

#contact-form input.submit:hover, #contact-form input[type=submit]:hover {
	background:#d9d9d9;
	color:#222;
}