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

body.popup {
	background:#d5d5d5;
	color:#232323;
	font: 13px Arial,Verdana,Helvetica, sans-serif;
	margin:0;
	padding: 0;
}

.wrapper {
	background: #fff url(/templates/yoo_flux/images/bg-main.gif) repeat-x scroll center 0px;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}

.whitepaper .wrapper {
	height: 425px;
}

.contact .wrapper {
	height: 370px;
}

.resume .wrapper {
	height: 473px;
}

h2 {
	color: #fff;
	font-size: 29px;
	font-weight: normal;
	margin: 5px 10px 10px;
}

.info {
	padding: 0 10px 10px;
}

p {
	margin: 10px 0;
}

.form-wrapper {
	order: 1px #00446a solid;
	moz-border-radius: 5px;
	ackground: #E4F1F7;
}

label {
	display:  	block;
	font-size: 1.05em;
	padding: 4px 0 2px 5px;
}

.input {
	background: #fff;
	border: 1px #333 solid;
	font: 1.1em Arial,Verdana,Helvetica, sans-serif;
	padding: 2px;
}

input.input,
select.input {
	width: 320px;
}

input.input.name {
	width: 150px;
}
.phone input.input {
	width: auto;	
}

textarea.input {
	height: 75px;
	width: 300px;
}

.resume textarea.input {
	height: 230px;
	width: 450px;
}

.required-star {
	color: #900;
	font-weight: bold;
}

.buttons div {
	ackground: #F8971D;
	padding: 10px 0 10px 20px;
	margin: 5px 0 0 0;
	border-top: 0px #A0A0A4 solid;
	font-size: 1.1em;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
}

.buttons input {
	font-size: .9em;
}

.buttons a {
	margin: 0 0 0 10px;
	font-size: .9em;
	text-decoration: none;
	color: #00446a;
}

.success {
	background: url(/capture/images/pkg.png) no-repeat 95% 10%;
}

.success-failure {
	font-size: 130%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.footer {
	background: #d5d5d5 url(/templates/yoo_flux/images/page_bg_b.png) repeat-x 0 0;
}

.poweredby {
	background: url(/capture/images/poweredByCapture.gif) no-repeat 100% 14px;
	height: 60px;
	margin-right: 7px;
}


