/** General Styles **/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #2d2c2b;
	border-top: 11px solid #9fc21d;
	background: #070707;
	text-align: center;
}

.wrapper {
	width: 874px;
	margin: 0 auto;
}


.head-freedvd {
	height: 569px;
}

a {
	color: #95b71b;
}

/** Content **/

.content {
	background: #fff;
	padding: 20px 30px 30px;
	overflow: hidden;
	height: 580px;
}

.content-left {
	width: 380px;
	float: left;
	display: inline;
	text-align: center;
	/*line-height: 16px;*/
}

.content-left p {
	padding: 0 40px;
	text-align: left;
	letter-spacing: -0.1px;
}

.content-right {
	width: 429px;
	float: left;
	display: inline;
	padding-top: 20px;
}

.form-row {
	overflow: hidden;
	margin-bottom: 7px;
}

.form-row label {
	width: 150px;
	float: left;
	display: inline;
	text-align: right;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #363534;
	line-height: 27px;
	letter-spacing: -0.5px;
	margin-right: 10px;
}

.form-row input, .form-row select {
	float: left;
	display: inline;
	border: 1px solid #d4d4d4;
	background: url(../images/input-bg1.png) repeat-x;
	height: 27px;
	width: 190px;
	padding: 0 5px;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	letter-spacing: -0.5px;
	color: #363533;
}

.form-row select {
	padding: 3px 5px 3px 3px;
}

.form-row input#iphone {
	width: 107px;
}

.form-row input#izip {
	width: 70px;
}

#btn-submit input {
	width: 429px;
	height: 47px;
	padding: 45px 0 0;
	background: url(../images/btn-submit1.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	margin-top: 30px;
	/*margin-left: 20px;*/
}

#btn-submit input:hover {
	background-position: bottom left;
}

.form-row .req {
	font-family: Arial;
	font-size: 18px;
	color: #d7c213;
	padding-left: 5px;
	line-height: 27px;
}

small {
	color: #898989;
}

#ooocall-row {
	width: 400px;
	font-size: 10px;
}

#ooocall-row #iooocall {
	width: auto;
	height: auto;
	margin: 3px 15px 30px 0;
}

.payup-txt {
	font-size: 10px;
}



/** Footer **/

.footer {
	background: #343432;
	padding: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 20px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

#iagree, #igenderm, #igenderf {
	height: auto;
	width: auto;
}

