html, body { 
background-image: url('/tsp/html/static/images/loginBg2.gif');
height: 100%;
text-align: center;
border: 0;
padding: 0;
margin: 0;

}

div.header{
/*
    width: 574px;
    
	   
	margin-left: auto;
	margin-right: auto;
	 background: #305581;
	 */
	 width: 574px;
	
     background-image: url('/tsp/html/static/images/selfreg/topBubble.gif');
  
    height: 50px;
	margin-left: auto;
	margin-right: auto;

}

div.contents{
	width: 574px;
	
    
    background: #305581;
    
	margin-left: auto;
	margin-right: auto;

}

.bottomCurve{
	width: 574px;
	margin-left: auto;
	margin-right: auto;

	background: url('/tsp/html/static/images/selfreg/bottomCurve1.gif') no-repeat;
	height: 280px;
}


.formContent{
	width: 100%;
	
	 border: solid 0px #344000; 
	 padding-top: 10px;
	 border: solid 0px #33FF66;
	 
}
div.footer {

 BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px ;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 0px 350px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
    width: 580px;
    height: 389px;
    background-image: url('/tsp/html/static/images/loginBubble.gif');
	margin-left: auto;
	margin-right: auto;
}
/*
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
*/
td {
	font-size: 12px;
	color: #fff;
	font-family: arial, verdana, sans-serif;
}

.tip{
	font-size: 10px;
	font-style: italic;
	font-family: verdana;
}



.errorTxt {
	position: relative;
	top:0px;
	height: 1px;
	 width: 380px;
	
	
	/*background: #F17420;*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	border: solid 0px #FF6633;
	
}
ul{
	margin-top: 5px;
}
li{

line-height: 16px;
list-style-type: none;
margin-left: -25px;
}

.headerTxt {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	height: 60px;
	width: 100%;
	border: solid 0px #FF3366;
}


.formBottom{
	position:relative;
	top: 20px;

}


.infoTxt {
	font-family:  arial, sans-serif;
	font-size: 15px;
	color: #204c88;
	font-weight: bold;
}

.loginName {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #7FCBEF;
}
.section span,
.section{
	font-size: 15px;
	color: #7FCBEF;
}



.returnTxt {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}


	
.bodyTxt {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

textarea ,
input {
	background-color: #fff;
	border: solid 1px #C0CDDE;
	font-size: 11px;
}



select{
	font-size: 11px;
	border: solid 1px #C0CDDE;
}

checkbox{
	border: none;
}

.checkboxLabel{
	font-size: 10px;
	line-height: 20px;
}
	
a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	hideFocus: true;
	font-weight: bold;
	}
	
a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #C57400;
	text-decoration: none;
	hideFocus: true;
	}		
a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	hideFocus: true;
	}
a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #C57400;
	text-decoration: none;
	hideFocus: true;
	}
.textInput{
	width: 100px;
	border: solid 1px #2300ff;
}

	.panelLeft{
			
			border-right: solid 1px #7FCBEF;
			vertical-align: top;
			padding-right: 10px;
			
		}
		.panelRight{
			/* background-color: #1F446F;*/
		
		}
		input.checkBox{
			background: none;
			border: none;
		}
	
		
