﻿@charset "utf-8";
body{
	background-color:#FFF;
	border-top:solid 10px #ee3324;
}
a{text-decoration:none;}
*{margin:0; padding:0;}
#main {
	float: left;
	height: 620px;
	width: 100%;
	/*background-image: url(../images/watermark.png);
	background-repeat: repeat;*/

}
#ots_logo {
	width: 180px;
	padding-top: 70px;
	padding-bottom: 50px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer_logo {
	width: 500px;
	padding-top: 0px;
	padding-bottom: 10px;
	
	background-position: center top;
	
	height:50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#login_panel {
	height: 262px;
	width: 420px;
	background-image: url(../images/login_panel_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
	-webkit-box-shadow: 0px 0px 5px #dedede;
	-moz-box-shadow: 0px 0px 5px #dedede;
	box-shadow: 0px 0px 5px #dedede;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#sign_in_box {
	float: left;
	height: 230px;
	width: 390px;
	padding: 15px;
	border:1px solid #ccc;
}
.signin_ur_acc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #263849;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 25px;
	width: 390px;
}
.about_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #263849;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 25px;
	width: 201px;
}
.form_tr {
	float: left;
	height: 25px;
	width: 330px;
	padding-top: 15px;
	padding-left: 40px;
}
.form_tr1 {
	float: left;
	height: 32px;
	width: 298px;
	padding-top: 10px;
	padding-left: 40px;
}
.form_td {
	float: left;
	height: 25px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	text-align: right;
	padding-right: 5px;
}
.form_td_1 {
	float: left;
	height: 25px;
	width: 190px;
}
.forgot_password {
	float: left;
	height: 32px;
	width: 177px;
	line-height: 32px;
}
.txt_box {
	float: left;
	height: 23px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 23px;
	border: 1px solid #cdcdcd;
	padding-right: 2px;
	padding-left: 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.txt_box:focus {
	background-color:#263849;
	color:#fff;
}
.dropdown_box {
	float: left;
	height: 23px;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 23px;
	border: 1px solid #cdcdcd;
	padding-right: 2px;
	padding-left: 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.dropdown_box:focus {
	background-color:#263849;
	color:#fff;}
.simple_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.simple_txt a:hover{
	color: #777;
}
#btn_signin {
	float: left;
	height: 32px;
	width: 101px;
}
#login_right_part {
	float: right;
	height: 212px;
	width: 201px;
	background-image: url(../images/login_right_panel_bg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6dadd;
	background-position: center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}
#detail_txt {
	float: left;
	height: auto;
	width: 201px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#view_more {
	float: right;
	height: 20px;
	width: 100px;
	text-align: right;
}
#ws_flash {
	margin: auto;
	height: 19px;
	width: 200px;
}


.redstar 
{
    font-family:Arial;
    font-size:12px;
    color:red;
    text-align:left;
    float:left;
}

#footer 
{
    width:100%;
    text-align:center;
    height:30px;}