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

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

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

.whitepaper .wrapper {
	height: 425px;
}

.contact .wrapper {
	height: auto;
}

.resume .wrapper {
	height: 473px;
}

.box {
	background: #b6d7ef url(/capture/images/bg_fade.png) repeat-x 0 0;
	border: 1px #b6d6ee solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow:3px 3px 7px #999;
	-webkit-box-shadow:3px 3px 7px #999;
	border-radius: 7px;
	/*behavior:url(/capture/css/border-radius.htc); rounds borders in IE.. sort of */
	width: 525px;
	margin: 0 auto;
	overflow: hidden;
}

.box-inner {
	padding: 20px;
}

h2 {
	color: #404040;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 25px 20px;
}

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

p {
	margin: 10px 0;
}

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

.label {
	text-align: right;
}

.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.three {
	width: 30px;	
}
.phone input.input.four {
	width: 40px;	
}

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

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

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

.buttons {
	text-align: center;
	padding: 25px 0 15px 0;
}

.buttons input {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 25px;
	color: #000;
	text-shadow: 1px 1px 3px #fff;
	background: url(/capture/images/send_button_bg.png) repeat-x 0 0;
	width: 127px;
	height: 27px;
	border: 1px #6d8e07 solid;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-box-shadow:3px 3px 7px #999;
	-webkit-box-shadow:3px 3px 7px #999;
	border-radius: 14px;
	/*behavior:url(/capture/css/border-radius.htc); rounds borders in IE.. sort of */
}

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

.success-failure {
	font-size: 130%;
	padding: 0 5px;
	height: 248px;
}

.success-failure span {
	display: block;
	margin: 45px 5px 0 120px;
}

sup {
	font-size: .7em;	
}

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

.poweredby {
	background: url(/capture/images/poweredByCapture.gif) no-repeat 100% 0;
	height: 40px;
	margin: 12px 15px 0 0;
}

