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

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/page_short_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #333333;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper {
	padding: 0px;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/************* content here ********************/
#content {
	padding: 0px;
	float: left;
	height: 250px;
	width: 775px;
	background-image: url(../images/fullreflect.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#content ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 5px;
	list-style-type: none;
}
#content li {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/paw2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 14px;
}
#content a:link, #content a:visited {
	color: #398BE6;
	text-decoration: none;
}

#content a:hover {
	color: #1666BE;
	text-decoration: underline;
}
/****** left content ******/
#formcontainer {
	height: 350px;
	width: 450px;
	margin-top: 143px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/login_bg.jpg);
	padding: 10px;
	background-repeat: no-repeat;
}

.formdiv {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
	height: 193px;
}

form {
	width: 185px;
	padding-right: 0px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	margin-bottom: 10px;
	width: 175px;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.loginbu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	height: 20px;
	width: 50px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 90%;
	background-color: #C1BDBA;
}
.formtitle {
	width: 400px;
	height: 17px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #000000;
	font-weight: normal;
	font-size: 110%;
	float: left;
	margin: 0px;
}
.formtext {
	width: 415px;
	height: auto;
	color: #333333;
	text-align: right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.formtext a:link, .formtext a:visited {
	text-decoration: none;
	color: #333333;
}
.formtext a:hover {
	color: #000000;
	text-decoration: underline;
}
.formmessage {
	width: 450px;
	height: auto;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	clear: both;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 90%;
}
