@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial;
	color: #333;
	background: #8d6abf url(../img/bg.jpg) repeat-x scroll left top;
}

#content {
	width: 865px;
	margin: 0 auto;
}


#header {
	height: 77px;
}
#header div {
	height: 77px;
}

.head-l {
	width: 29px;
	float: left;
	background: transparent url(../img/head-l.jpg) no-repeat scroll left top;
}

.head-c {
	width: 800px;
	float: left;
	background: transparent url(../img/head-c.jpg) no-repeat scroll left top;
}

.head-r {
	width: 36px;
	float: left;
	background: transparent url(../img/head-r.gif) no-repeat scroll left top;
}

#form, #form div {
	height: 475px; 
}

.form-l {
	width: 530px;
	float: left;
	background: transparent url(../img/form-l.jpg) no-repeat scroll left top;
}


.form-r {
	width: 335px;
	float: left;
	background: transparent url(../img/form-r.gif) no-repeat scroll left top;
}


.main-r {
	background: #fff url(../img/content-r.jpg) no-repeat scroll right top;
	margin-left: 29px;
}

#main {
	background: transparent url(../img/content-l.jpg) no-repeat scroll left top;
}


.left-col{
	float: left;
	width: 478px;
	padding: 0 0 0 23px;
}

.right-col{
	float: left;
	width: 335px;
	background: transparent url(../img/content-r.jpg) no-repeat scroll right top;
}

.title, .title div{
	height: 41px;
}

.title-l {
	float: left;
	width: 6px;
	background: transparent url(../img/title-l.gif) no-repeat scroll left top;
}

.title-r {
	float: left;
	width: 6px;
	background: transparent url(../img/title-r.gif) no-repeat scroll left top;
}

.title-c {
	background: transparent url(../img/title-c.gif) repeat-x scroll left top;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 9px;
	padding-left: 12px;
	float: left;
	width: 445px;
}

.title-c-small {
	background: transparent url(../img/title-c.gif) repeat-x scroll left top;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 9px;
	padding-left: 12px;
	float: left;
	width: 255px;
	
}

.post-content {
	color: #616771;
	padding-left: 7px;
	border: 1px solid #ccc;
	border-bottom: 15px solid #ccc;
	width: 460px;
	padding-bottom: 4px;
}

.post-content-small {
	color: #616771;
	padding-left: 7px;
	border: 1px solid #ccc;
	border-bottom: 15px solid #ccc;
	width: 270px;
	padding-bottom: 4px;
}

.post-text {
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	clear: right;
	font-family: Trebuchet MS, Arial;
}

.post-text ul {
	padding-left: 30px;
	clear: right;
	color: #ccc;
	padding-top: 7px; 
}
.post-text li {
	color: #851a8e;
	font-size: 13px;
	padding: 5px 0;
	font-family: Trebuchet MS, Arial;
}

.post-text li span {
	color: #000;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.trial-text {
	background-color: #000; 
	border: 3px solid #771681; 
	border-top: none;
	padding: 5px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #fff; 
}

#footer {
	background: transparent url(../img/footer-l.jpg) repeat-y scroll left top;
	clear: both;
	text-align: center;
}

.footer-r {
	background: transparent url(../img/footer-r.jpg) repeat-y scroll right top;
	margin-left: 29px;
	margin-right: -1px;
}

.footer-content {
	background: #fff url(../img/footer.jpg) no-repeat scroll left top;
	padding: 330px 0px 10px 0px;
	width: 800px;
	color: #8f8f8f;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;

}

#footer ul{
	display: block;
	height: 20px;
}


#footer a{
	color: #8F8F8F;
	font-size: 10px;
	font:10px Arial,Helvetica,sans-serif;
	text-align:center;
	text-decoration: none;
}

.logos {
	margin: 7px 0 7px 0;
}

table.form {
	margin: 80px 0 0 20px; }

.form  td {
	color: #fff;
	font-size:14px;
	line-height:29px;
	padding:0px 5px;

}

td.label {
	text-align: right;
}

.p5 {
	padding: 5px;
}


.button {
	background:url("../img/submit-btn.gif") repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	height:66px;
	width:249px;
}

