@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccccce;
	background-color: #000;
	padding: 0;
	margin: 0;
	background-image: url(../img/00_bgmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #ccccce;
	text-decoration: none;
	border-bottom: 0px;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted;
}

p {
	padding: 0;
	margin: 0 0 5px;
}
h1 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #126db3;
}
.mesage {
	color: #e22702;
}
img {
	border: 0;
}
table {
	width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}



#top, #content, #footer  {
	width: 900px;
	margin: 0 auto;
}
#contact {
	width: 900px;
	margin: 300px auto 50px;
	text-align: center;
	font-size: 14px;
	height: 180px;
}
#contact td.left {
	width: 300px;
	padding: 5px 10px;
}
div.inputBg {
	width: 258px;
	height: 27px;
	display: block;
	background-image: url(../img/02_bgInput.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px 10px;
	float: left;
}
div.inputBg input {
	background-color: transparent;
	border: 0px;
	font-size: 15px;
	margin: 3px;
	color: #126db3;
	width: 240px;
	background: none;
}
div.submitButton {
	margin: 4px 10px 0;
	float: left;
}
div.submitButton a {
	display: block;
	width: 79px;
	height: 25px;
	background-image: url(../img/03_buttonSubmit.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.submitButton a:hover {
	display: block;
	width: 79px;
	height: 25px;
	background-image: url(../img/03_buttonSubmitHover.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 0;
}

#footer {
	padding: 80px 0 20px;
	font-size: 11px;
	color: #052e4e;
	text-align: center;
}
#footer a {
	color: #052e4e;
}
#footer a:hover {
	color: #104b79;
}

	

