body{
	padding:0;
	margin:0;
	background: #000000 url(images/t-dr.gif) repeat-x top;
}

.main_text, td, input, textarea, body {
	font-family: Arial;
	font-size:11px;
	line-height:13px;
	color:#ffffff;
}

td { vertical-align:top;}
a { color:#DBC464; }
a:hover { text-decoration:none;}
img { border:0;}

.right { text-align:right; vertical-align:middle;}
.right img { margin-right:5px;}
	
.c_text a { color:#DBC464; text-decoration:none; }
.c_text a:hover { text-decoration:underline; }

form {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:0;
}

/*.form { height:24px; margin-top:-1px;}*/
input { 
	width:205px; 
	padding-left:5px;
	background: none;
	border: 0;
}

textarea {
	width:205px; 
	height:90px; 
	border: 0;
	background: none;
	padding-left:5px;
	overflow:hidden; 
}

ul {margin:0; padding:0; list-style:none}
li  {background:url(images/a.gif) no-repeat left center; margin: 0px; padding:0px 0px 0px 13px; line-height:18px}

.dt { display:table; height:100%; width:100%}

.dr { display:table-row; width:100%}

.dc { display:table-cell; width:100%; float:left}

.header { width:766px; margin: 0 auto 0 auto;}
.bottom { background:#737373; width: 691px; margin: 40px auto 0 auto;}

.m_l_t { background:#262626 url(images/m-l-t.gif) no-repeat left top; height:100%}
.m_r_t { background:url(images/m-r-t.gif) no-repeat right top; height:100%}
.m_l_b { background:url(images/m-l-b.gif) no-repeat left bottom; height:100%}
.m_r_b { background:url(images/m-r-b.gif) no-repeat right bottom; height:100%}

.h_l { background:#DBC464; height:2px}

.contact_input {
	height: 20px;
	width: 205px; 
	vertical-align: middle;
	border: 1px solid #DBC464; 
}

h1 {
	margin: 30px 0 0 10px;
	font-size: 12px;
	color: #000000;
	background-color: #dbc464;
	padding: 5px 0 5px 0;
	text-align: center;
}
.text_block {
	border: 1px solid #dbc464;
	padding: 10px;
}



/* Messages */
.msg_block { 
	background-color: #F7F7E4; 
	margin: 20px 0 10px 0; 
	padding: 5px;
}
.msg_error { color: #ff0000; }
.msg_success { color: #008000; }
