#center .left {
	width: 461px;
}

#center .center {
	width: 455px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#center .left .boxes .title p {
	color: #fff;
	font-size: 16px;
	position: relative;
}

#center .left .boxes .text p {
	color: #b0b0b0;
	font-size: 14px;
	position: relative;
}

#center .center .boxes .box {
	padding-top: 64px;
}

#center .center .boxes .box form {
	width: 342px;
	margin: auto;
}

#center .center .boxes .box .field {
	display: block;
	margin-bottom: 10px;
	clear: both;
}

#center .center .boxes .box .field label, .field p {
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2";
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
}

#center .center .boxes .box .field label {
	width: 102px;
	float: left;
}

#center .center .boxes .box .field p {
	float: right;
	padding: 0px;
}

#center .center .boxes .box  .field input, .field textarea {
    background: none repeat scroll 0 0 #B7DEEA;
    border: medium none;
	font-family: Arial;
	vertical-align: middle;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-left: 8px;
    padding-left: 3px;
    width: 217px;
}

#center .center .boxes .box  .field textarea {
	height: 142px;
	overflow: auto;
	resize: none
}

#center .center .boxes .box  .space {
	height: 20px;
}

#center .center .boxes .box .field .info {
	float: left;
}

#center .center .boxes .box .field .info p {
	line-height: 20px;
	vertical-align: middle;
	font-size: 11px;
	color: #b0b0b0;
	float: left;
}

#center .center .boxes .box .field .submit {
	float: right;
}

#center .center .boxes .box .field .submit input {
	width: auto;
	margin-right: 12px;
	width: 70px;
	height: 20px;
	border: none;
	color: #298bc3;
	font-size: 12px;
}

#center .left ul li ul {
	display: none;
	padding: 13px 0px 0px 20px;
}

#center .left ul li ul li {
	padding: 0px;
	font-size: 11px;
}

#center .active, #center .active a {
	color: #fff;
}

.error {
	color: #ff0000;
}

#center .left .mini_box {
	width: 122px;
	margin-top: 50px;
}

#center .left .mini_box.left {
	float: left;
}

#center .left .mini_box.right {
	float: right;
}

#center .left .mini_box.cent {
	float: left;
	margin-left: 15px;
}