body{
	font-family: Arial,Verdana,sans-serif !important;
	font-size: 12px !important;
}

input[type="button"],
input[type="reset"],
input[type="submit"]{
	margin-right: 5px;				
	padding: 0px 2px;
	cursor: pointer;
	*overflow: visible;
}

div#outerBox {
    width: 100%;
    text-align: center;
}

div#loginForm {
	width: 500px;
	margin: 150px auto 0px auto;
	padding: 2px;	
	text-align: left;
}
div#loginForm #header{
	height: 60px;
	border-bottom: 2px solid #CC0000;
}
div#loginForm #header #logo{
    background: transparent url('../images/pru-full-logo.jpg') no-repeat;
    float: left;
    height: 60px;
    width:100%;
}

div#loginForm #header #logo h1{
	float: left;
	margin: 30px 0px 0px 0px;	
	padding-left: 130px;
	font-size: 18px;	
	font-family: "Times New Roman", serif;	
}

div#loginForm .Intro {

}

	div#loginForm .Intro .Title{
		font-family: "Times New Roman", serif;
		font-size: 16px;
		font-weight: bold;
	}

div#loginForm .LoginHint {
	display: block;
	padding: 5px 0 3px 5px;	
	font-weight: bold;
}

div.NotifyMessagePane{
	padding: 2px;
	color: #FF0000;
	font-weight: bold;	
}

div.NotifyMessagePane ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.NotifyMessagePane ul li{
	padding: 3px;
}

.RequiredField{
	padding-right: 2px;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;	
}
div.FieldNameValue {
	clear: both;
	padding: 5px 0px 5px 20px;
}
div.FieldNameValue .FieldName{
	float: left;	
	width: 180px;
	margin-right: 5px;
	padding: 3px 0px;
	
	text-align: right;
}

div.FieldNameValue .FieldValue{
	float: left;
	width: 130px;
}

div.FieldNameValue .MathCaptchaResult{
	width: 40px;
}

div.CaptchaImage {
	float: left;
	width: auto;
}

div.FieldActions {
	clear: both;	
	padding: 20px 100px 20px 0px;
	text-align: right;
}

div.FieldActions .LoginButton{
	background: transparent url(../images/button-door-in.jpg) no-repeat top left;
	height: 24px;
	width: 100px;
	border: none;
	padding-left: 21px;
	padding-bottom: 2px;
	cursor: pointer;	
}

div#copyRight{	
	padding-left: 5px;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #E5E5E5;
	
}
div#copyRight #copyText{
	font-weight: bold;	
}

div#copyRight span{
	width: 60px;
	margin-right: 2px;
	text-align: right;
}

/* override seam-gen css */
.dr-pnl {
	border: none !important;
	background: none !important;
}
.dr-pnl-b {
	font-family: Arial,Verdana,sans-serif !important;
	font-size: 12px !important;
}