div#formwrapper {
	background-color: #e6f6ff;
	border-top: 2px solid #44AFDF;
	border-bottom: 2px solid #44AFDF;
}

div#formwrapper_golds {
	background-color: #EEEEEE;
	border-top: 2px solid #ffd91a;
	border-bottom: 2px solid #ffd91a;
}

form#landingform {
	padding: 25px;
	background-color: transparent;
	z-index: 1000;
	width: 475px;
}

#landingform label {
	font-weight: bold;
	color: #333;
	width: 120px;
	display: block;
	font-size: 80%;
	float: left;
	text-align: right;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: transparent;
	
}

#landingform input#send_button {
	clear; both;
	left: 135px;
	position: relative;
	border: 0;
	background-color: transparent;
	width: 65px;
	float: none;
}

#landingform input, #landingform select, #landingform textarea {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 4px;
	font-family: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	width: 150px;
}

#landingform textarea {
	width: 300px;
	height: 150px;
	font-size: 70%;
}

#landingform input:focus {
	border: 1px solid #44AFDF;
}


#inf_firstname, #inf_lastname, #inf_company, #inf_email, #inf_phone {
	margin-left: 300px;
	margin-top: -20px;
	padding: 4px;
	font-size: 60%;
	background-color: transparent;
}

div.error {
	color: #cb3b34;
	padding: 4px;
	font-weight: bold;
}

#cover {
	border: 1px solid #44AFDF;
}

h1 {
	color: #44afdf; /*#cb3b34*/
	margin-top: 1.5em;
}

em {
	color: #44AFDF;
}

object {
	margin-left: 25px;
}

div.success {
	border-top: 2px solid #44afdf;
	border-bottom: 2px solid #44afdf;
	background-color: #daeff9;
	padding: 7em 0;
	text-align: center;
	margin: .5em 0;
}	
	
div.success p {
	margin: 0;
	color: #333;
}

