 BODY {
	margin : 0px;
	margin-bottom : 0px;
	background-color : #0B1838;
}

body, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
}

p {
	margin : 10px;
}

a {
	color : White;
}

a:hover {
	text-decoration : none;
}

#gl {
	font-size : 13px;
	font-weight : bold;
	color : #FFD303;
}

#sm {
	font-size : 11px;
}

#lm1 {
	background-repeat : no-repeat;
	width : 62px;
	background-image : url(img/lm1.gif);
	height : 40px;
}

#lm2 {
	background-repeat : repeat-x;
	width : 187px;
	background-image : url(img/lm2.gif);
	color : Black;
	vertical-align : middle;
	font-size : 13px;
	text-align : center;
}

#lm3 {
	background-repeat : no-repeat;
	width : 58px;
	background-image : url(img/lm3.gif);
}

input,textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4F4F4F;
}
form{
	margin:0;
}
#atantion{
	color:#FF8866;
	font-weight:bold;
}

#contact_name{
	width:70px;
	float:left;
	margin-bottom:3px;
}
#contact_input{
	margin-left:80px;
	margin-bottom:3px;
}
#contact_code{
	margin-bottom:3px;
}
#contact_send{
	margin-left:80px;
	margin-bottom:3px;
}
/* not found */
#not_found{
	font-size: 72px;
	color:#FFE200;
	line-height: 72px;
	padding: 20px;
}