@charset "utf-8";
/* CSS Document */

* {
	border:0;
	margin:0px;
	padding:0px;
}
body {
	font-size: 12px;
	color:#777;
	font-family:Tahoma;
	background-color:#000000;
	background-image:url(img/bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:4px;
}
a {
	color:#0076b4
}
.clear {
	clear:both;
}
h1 {
	color:#75b7d7;
	font-size:14px;
	padding:5px 0 5px 0;
}
div.root {
	width:744px;
	margin:0 auto;
}
div.header {
	background-image:url(img/header.png);
	background-position:0 0;
	background-repeat: no-repeat;
	height:261px;
	float:left;
	width:100%;
	position:relative;
}
div.header a {
	position:absolute
}
div.header a.logo {
	top:8px;
	right:75px;
	height:55px;
	width:332px;
}
div.header a.chat_now {
	top:114px;
	right:1px;
	height:127px;
	width:127px;
}
div.welcome_row {
	background-image:url(img/welcome_row.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:737px;
	height:27px;
	text-align:center;
	font-size:21px;
	text-transform:uppercase
}
div.welcome_row span {
	color:#25b5e2
}
div.content {
	background:url(img/page_bg.png);
	background-position:1px 0;
	background-repeat:repeat-y;
}
div.pre_block {
	width:737px;
	text-align:center;
	background:url(img/new.png);
	background-position:30px 90%;
	background-repeat:no-repeat;
}
div.pre_block img {
	vertical-align:bottom
}
.top_bot {
	width:100%;
	height:2px;
	background-position:0 0;
	background-repeat: no-repeat;
}
div.reg_form, div.bottom_section {
	background-image:url(img/form_bg_mid.png);
	background-repeat:repeat-y;
	width:660px;
	margin:8px auto;
}
.bottom_section_container {
	text-align:center
}
.bottom_section_container table tr td {
	text-align:left
}
.bottom_section_container p a {
	color:#777;
	font-size:11px;
}
div.reg_form_top {
	background-image:url(img/form_bg_top.png);
}
div.reg_form_bot {
	background-image:url(img/form_bg_bot.png);
}
div.bottom_section_top {
	background-image:url(img/bottom_section_top.png);
}
div.bottom_section_bot {
	background-image:url(img/bottom_section_bot.png);
}
div.form_container, div.bottom_section_container {
	width:630px;
	margin:0 auto;
}
div.form_container table {
	width:98%;
}
div.bottom_section_container table {
	width:600px;
	margin:0 auto;
	padding:10px;
}
td.first {
	background:url(img/vert_hr.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}
td.second {
	vertical-align:top;
	padding:10px;
}
td.second p {
	padding:5px;
	line-height:16px;
}
td.left {
	text-align:right;
	font-weight:bold;
	padding:5px;
	color:#acacac;
}
td.right {
	padding: 5px;
}
input, select {
	background-color: #FFFFFF;
	border: 1px solid #acacac;
	color:#acacac;
}
.footer {
	background-image:url(img/footer_bg.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	width:100%;
	height:50px;
	position:relative;
}
.footer span {
	position:absolute;
	bottom:10px;
	left:2px;
	border-top:1px #a7d7ea solid;
}
.footer span img {
	margin-left:10px;
}
.first_big {
	background:url(img/vert_hr_big.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding-right:10px;
	width:50%;
}
.secont_big {
	padding-left:10px;
}
