/* CSS Document */
html{
	background-color:#434742;
}
body,td,th {
	font-family: "Tahoma", "Verdana", "Arial", " Tahoma", Serif;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=#262B25,endColorStr=#454744);*/
}
#menu a {
	font-family: "Tahoma", "Verdana", "Arial", " Tahoma", Serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
#menu a:hover {
	color: #6CC13F;
	text-decoration: none;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
}
.border_sz{
	border:1px solid #666666;
}
.border_right{
	border-right:1px solid #666666;
}
.border_rb{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.border_bottom{
	border-bottom:1px solid #666666;
}
.border_tb{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
h1{
	font-size:14px;
	margin:0;
	padding:0;
}

a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.contact_form_ul {
     float: left;
     width: 340px;
	 height: 260px;
	 margin: 0px 0  0px 0px;
	 padding: 0px 17px 0 0px;
     list-style-type: none;
     list-style-image: none;
	 border-right: 1px solid #cac7c4;
}

.contact_form_ul li{
margin-bottom: 10px;
}

label{
 line-height: 1.8;
 vertical-align: top;
 display: inline-block;
  width: auto;   
}

.contact_form_ul label{
width: 80px;
}

.inputf{
	width: 240px;
	height: 17px;
	padding: 2px;
}

.contact_form_ul textarea{
	width: 240px;
	height: 63px;
    overflow: auto;
}

.submit_btn{
	width: 64px;
	height: 23px;
	float: right;
	border: 0px;
	margin-right: 0px;	
}

.contact-text{
    float: left;
	margin-left: 17px;
}
.contact-text p {
    line-height: 16px;
}
.contact-text h2{
	margin: 0px;
}

input, textarea {
	font-family: "Tahoma", "Verdana", "Arial", " Tahoma", sans-serif;
	font-size: 11px;
	border: solid #CDCDCD 1px;
	color: #444444;
}