body 
{
	background: #fff url(../images/bg.png) repeat-x;
	font-family: Tahoma, Arial; 
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.login_edit
{
	/*border: 0;*/
	padding: 0;
	width: 210px;
	height: 16px;
}

td, div
{
	text-align: left;
}
#container
{
	width: 900px;
	margin: 0 auto;
}
.header
{
	background: url(../images/login_header.png) no-repeat top left;
	width: 900px;
	height: 268px;
}
.top_menu
{
	padding-top: 237px;
	width: 340px;
	height: 31px;
	margin: 0px auto;
}

.button1
{
	height: 31px;
	float: left;
	padding-top: 0px;
	margin-right: 10px;
}
.button2
{
	height: 31px;
	float: left;
	padding-top: 0px;
}

.button_left
{
	background: url(../images/button_left.png) no-repeat left bottom;
	width: 10px;
	height: 31px;
	float: left;
}
.button_right
{
	background: url(../images/button_right.png) no-repeat left bottom;
	width: 10px;
	height: 31px;
	float: left;
}

.active_tab
{
	background: url(../images/button_middle.png) repeat-x left bottom;
	height: 31px;
	float: left;
	padding: 0 10px;
	line-height: 31px;
}
.active_tab a
{
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

.inactive_tab
{
	height: 31px;
	float: left;
	padding: 0 10px;
	line-height: 31px;
}

.inactive_tab a
{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.inactive_tab a:hover, .active_tab a:hover
{
	text-decoration: underline;
}

#login_page,
#registration_page
{
	font-weight: bold;
	padding: 40px 0px 0px 170px;
}

input
{
	width: 200px;
	height: 16px;
	margin-top: 5px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus 
{
	-moz-outline-radius-bottomleft: 6px;
	-moz-outline-radius-bottomright: 6px;
	-moz-outline-radius-topleft: 6px;
	-moz-outline-radius-topright: 6px;
	border-color: #bbbbbb;
	outline-color: #CBDEA9;
	outline-style: solid;
	outline-width: 2px;
}

textarea, input[type="text"], input[type="password"], select 
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-color: #bbbbbb;
	border: 1px solid #bbbbbb;
	padding: 2px;
	font-size: 12px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover 
{ 
	border-color: #bbbbbb; 
}

.profile_input_text
{
	width: 200px;
}

.profile_input_textarea
{
	width: 200px;
}

.profile_input_select
{
	width: 200px;
}

.profile_left_column
{
	width: 150px;
	vertical-align: middle;
}
#questions_page
{
	padding: 30px 0px 0px 20px;
}

#questions_page p
{
	margin-bottom: 20px;
}

.question
{
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}


.kcaptcha
{
	padding-top: 5px;
}
