/* login styles */

#userPageContent {
    font-family : Verdana;
    font-size : 12pt;
    color : #FFF;	
}

#userPageContent a {
	color : #F00;
	text-decoration : underline;	
}

.loginTable {

    border : 2px solid #AAA;
    margin : 0px 10px 20px 10px;
    background-color : white;
    
    font-family : Verdana;
    font-size : 12pt;
    color : #000;

}

.logInput {
    font-family:Verdana;
    font-weight:700;
}

#colorBar {
	background: url(../../../images/page_01.jpg) no-repeat center;
	height : 139px;
	width : 800px;
	margin : auto;
}

#pageBody {
	text-align : center;
	margin : auto;
	width : 800px;
	background-color : #000;
}

#sep {
	width : 100%;
	background : url(../../../images/barSample.jpg) repeat-x;
	height : 7px;
}

p {
	font-size : 90%;	
	color : #000;
}

#submitLogin {
	font-family : Verdana;
	padding : 0px 10px 0px 10px;
	height : 40px;
	font-weight : 700;
}

#noscript {
	font-family : Verdana;
	font-size : 10pt;
	width     : 160px;
	text-align : center;
}

td.submitRow {
	background-color : #b56728;
}
