* { 
	margin: 0px 0px;
	padding: 0px 0px;
}
body 
{
	margin: 0px 0px;
	color: #FFF;
	font-family: Arial, Tahoma;
	font-size: 13px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-decoration: none;
}

form, iframe html, iframe html body, iframe html body form {
	padding: 0px;
	margin: 0px;
}

table {
	border-collapse: collapse;
	cursor: default;
}

table, th, td {
	border: 0px;
	font-family: Arial, Tahoma;
	font-size: 13px;
}

img {
	border: 0px;
}

input {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

select {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

textarea {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

input[type='checkbox'], input[type='radio'] {
	background: transparent;
	
}

input[type='button'] {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

input[type='text'], input[type='password'] {
	padding-left: 2px;
}

fielset {
	padding: 5px;
}

legend {
	font-weight: bold;
}

.login {
	background: #FFF;
	color: #bdc0cb;
	margin-top: 150px;
}

.login input[type='text'], .login input[type='password'], .login input[type='button'], .login input[type='submit'] {
	border: 1px solid #FFF;
	background-color: #FFF;
}

.login input[type='text'], .login input[type='password'] {
	background-color: #121212;
	border: 1px solid #445566;
	color: #fff;
	height: 20px;
	width: 100%;
}

.login input[type='checkbox'] {
	background: transparent;
	border: 1px solid #bdc0cb;
}

.login select {
	background-color: #121212;
	border: 1px solid #445566;
	color: #fff;
}
.login select option {
	background-color: #121212;
}

.login input.submit {
	margin-left: 5px;
	background-color: #000;
	background-image: url(../images/login/submit_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #345fb7;
	color: #fff;
	height: 50px;
	cursor: pointer;
	padding: 0px 10px;
	min-width: 80px;
}

.login input.submit:hover {
	border: 1px solid #bdc0cb;
}

.login a {
	color: #bdc0cb;
}

.login a:hover {
	color: #fff;
}

.login_bg {
	width: 757px; 
}

.login_logo {
	padding-top: 54px;
	background-image: url(../images/login/logo.png); 
	background-repeat: no-repeat; 
	background-position: 0% 0%;
}

.login_bg_form {
	text-align: left;
	width: 757px; 
	height: 277px; 
	color: #FFF; 
	background-image: url(../images/login/login_bg.png); 
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	padding: 20px 30px 5px 30px;
}

.login_bg_form_table {
	width: 440px;
}
.login_bg_form_table td {
	padding: 0px 5px 8px 5px;
	vertical-align: top;
	/*white-space: nowrap;*/
}

.login_bg_form_table tr.bottom-tr td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	/*white-space: nowrap;*/
}


.login_bg_form_table td.lang_td {
	white-space: nowrap;
}

.login_bg_form_table .input_table {
	width: 100%;
}

.login_bg_form_table td.submit_td {
	border-left: 1px solid #6f6b80;
}

.options_table {
	height: 115px;
}
.options_table td {
	vertical-align: bottom;
}

.options_table2 {
	height: 95px;
	-moz-user-select: -moz-text;
	-o-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}
.options_table2 td {
	vertical-align: bottom;
}

.login_copyright {
	position: absolute;
	bottom: 15px;
	right: 20px;
	/*width: 757px;*/
}

.login_copyright a  {
	color: #000;
}

.login_copyright a:hover  {
	color: #555;
}
