@charset "utf-8";
/* CSS Document */
.infoMsg{
	background-color:#003366;
	color:			#FFFFFF;
	font-weight:	bold;
	padding:		3px 8px;
	margin:			1px 0 3px 15px;
	width:			355px;
	float:			left;
	border:			3px dashed #CC0000;
	font-size:		small;
	clear:			both;
	text-align:		center;
}
form{
	text-align:left;
	clear:both;
}
label{
	margin-top:1px;
	font-weight:bold;
	height:18px;
	float:left;
	width:175px;
	text-align:right;
	background-color:white;
	border:1px solid black;
	border-right:0px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	clear:left;
}
.label{
	float:none;
	width:auto;
	height: auto;
	border:none;
	border-radius:0;
	background-color:transparent;
	text-align:left;
	font-weight:normal;
	padding-left:3px;
}
.required:after{
	content:'*'; /*'\2A \ '; /*"\B9 \ ";*/
	color:red;
}
.notrequired:after{
	content:'*';
	visibility:hidden;
}
.blank{
	float:none;
	text-align:left;
	background-color:transparent;
	border:0px;
	border-radius:0px;
}
.fill{
	height:18px;
	float:left;
	width:176px;
}
input[type=text],
input[type=password]{
	margin-top:1px;
	padding-left:5px;
	height:18px;
	width:220px;
	border:1px solid #333333;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#DLExpirationDateMonth,
#DLExpirationDateDay{
	width:30px;
	border-radius:0;
}
#DLExpirationDateYear,
#ExpMonth,
#ExpYear{
	width:45px;
	border-radius:0;
}
input[type=file]{
	width:200px;
	height:22px;
}/**/
.filewrapper{
	width:224px;
	float:left;
	margin-top:1px;
	background-color:#FFFFFF;
	height:18px;
	border:1px solid black;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
input[type=submit],
.submitstyle,
largesubmitstyle{
	border:1px solid #333333;
	border-radius:4px;
	margin-top:2px;
	padding:.25em .5em;
	float:right;
	margin-right:12px;
	outline: none;
}

input[type=submit]:hover,
.submitstyle:hover {
    background-color: #E8E8E8;
	
    border: 1px solid black;
}

input[type=submit]:active,
.submitstyle:active {
    background-color: white;
	
    border: 1px inset white;
}

textarea{
	border:1px solid #333333;
	border-radius:8px;
	border-top-left-radius:0px;
	margin-top:1px;
	width:218px;
	padding:3px;
}
.padaddress{
	margin:0 20px 0 20px;
	padding-left:3px;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
/*select{
	margin-top:1px;
	padding-right:5px;
	height:20px;
/*	width:60px; * /
	width:225px;
	border:1px solid #333333;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	max-width:225px;
}
.normalselect{
	margin-top:1px;
	padding-right:5px;
	width:225px;
	border:1px solid #333333;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	max-width:225px;
}*/
#SelectState{
	margin-top:1px;
	width:225px;
	height:20px;
	border:1px solid #333333;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
.stateSelect{
	margin-top:1px;
	width:225px;
	height:20px;
	border:1px solid #333333;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
/*#SelectMonth{
	width:225px;
}
#SelectRenewalType{
	width:225px;
}*/
.bigform{
	background-color:#85B8D1;/*#99CCCC;/**/
	border-radius:20px;
	padding:15px 15px 35px 15px;
	margin-left:155px;
	width:415px;
	border:2px solid #003366;
}
.hide{
	display:none;
}
.show{
	display:inline;
}
.bg{
	background-color:white;
	width:205px;
	float:left;
	border:1px solid black;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	padding:0 10px 0 5px;
	margin-top:1px;
}
.true{
	background-color:#66FF66;
}
.false{
	background-color:#FF6666;
}
#checkOverlay{
	position:absolute;
	display:none;
	border:1px solid black;
	z-index:10;
	height:297px;
	max-height:297px;
	width:591px;
	background-image:url('../images/check.gif');
	margin-left:80px;
	text-align:center;
	font-variant:small-caps;
}
#checkOverlay a,
#checkOverlay a:hover,
#checkOverlay a:visited{
	color:#000000;
	text-decoration:none;
	font-size:x-large;
}
#BoxContainer{
	text-align:center;
}
#Box{
	height:138px;
	margin:0 auto;
	display:inline-block;
}
#BoxLeft{
	background-image:url('../images/boxleft.gif');
	background-repeat:no-repeat;
	float:left;
	width:21px;
	height:138px;
}
#BoxMiddle{
	background-image:url('../images/boxmiddle.gif');
	background-repeat:repeat-x;
	float:left;
	height:138px;
	min-width:175px;
	text-align:center;
	padding-top:15px;
}
#BoxRight{
	background-image:url('../images/boxright.gif');
	background-repeat:no-repeat;
	float:left;
	width:21px;
	height:138px;
}
#BoxMiddle .text
{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:medium;
	padding-bottom:3px;
}

#Icons{
	text-align:center;
	padding:0px 25px;
	margin-left:auto;
	margin-right:auto;
}
.icon{
	width:auto;
	float:left;
	text-align:center;
	padding:0px 10px;
}
.icon a,
.icon a:hover,
.icon a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.formdisplay{
	width:220px;
	min-height:18px;
	float:left;
	margin-top:1px;
	padding:0px 3px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	background-color:white;
	border:1px solid black;
	clear:right;
}
.paddedformdisplay{
	width:220px;
	min-height:18px;
	float:left;
	margin-top:1px;
	padding:3px 0 2px 3px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	background-color:white;
	border:1px solid black;
	clear:right;
}
.listformdisplay{
	width:220px;
	min-height:18px;
	float:left;
	margin-top:1px;
	padding:3px 0 2px 3px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	background-color:white;
	border:1px solid black;
	clear:right;
}
.listformdisplay ul{
	margin-left:15px;
}
.fullhead{
	width:395px;
	text-align:left;
	font-weight:bold;
	padding:2px 0 2px 5px;
	font-variant:small-caps;
	border-left:1px solid white;
	border-bottom:1px solid white;
	background-color:#003366;
	color:#FFFFFF;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
}
.hrpad{
	text-align:center;
	width:400px;
	padding:8px 0px;
	clear:both;
}
.separator{
	margin:8px 0px;
	clear:both;
}
.labelnum{
	float:left;
	width:15px;
	text-align:right;
}
.smallsubmit{
	font-size:xx-small;
	display:inline-block;
}
.errbox{
	-moz-box-sizing: content-box;
    border: 1px solid #333333;
    border-radius: 8px;
    margin-top: 1px;
    padding:2px 5px;
    width: 400px;
	background-color:white;
}
.fullform {
    background-color: white;
    border: 1px solid black;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-variant: small-caps;
    font-weight: bold;
    margin-top: -5px;
    padding: 2px 0 2px 5px;
    text-align: center;
    width: 394px;
}
.tagbox{
	-moz-box-sizing: content-box;
    border: 1px solid #333333;
    border-radius: 8px;
    margin-top: 1px;
    padding-left: 5px;
    width: 250px;
	background-color:white;
}
.subtagbox {
  -moz-box-sizing: content-box;
  background-color: white;
  border: 1px solid #333333;
  border-radius: 0 0 8px 8px;
  margin-left: 6px;
  margin-top: -1px;
  padding-left: 5px;
  width: 238px;
}
.grnBG {
  background-color:#090;
}
.redBG {
  background-color:#F00;
}
.submitStyle {
	float:right;
}

.selecthead{
	width:395px;
	text-align:left;
	font-weight:bold;
	padding:2px 0 2px 5px;
	font-variant:small-caps;
	border:1px solid #001933;
	background-color:#003366;
	color:#FFFFFF;
	border-radius:8px;
}

.formdisplay2{
	width:395px;
	min-height: 18px;
	margin-top: 1px;
	padding: 3px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid black;
}
/*
#BoxMiddle input[type=text]{
	border:1px solid black;
	width:95px;
	height:18px;
}
#BoxMiddle select{
	border:1px solid black;
}
#BoxMiddle label{
	padding-top:2px;
}
#BoxMiddle .firstname{
	float:left;
	width:96px;
	text-align:center;
	background-color:#FFFFFF;
	font-weight:bold;
	border-top-left-radius:8px;
	border:1px solid black;
	border-right:0px;
}
#BoxMiddle .lastname{
	float:left;
	width:96px;
	text-align:center;
	background-color:#FFFFFF;
	font-weight:bold;
	border-top-right-radius:8px;
	border:1px solid black;
	border-left:0px;
}
#BoxMiddle .break{
	line-height:20px;
}
#BoxMiddle .dlinfo{
	float:left;
	width:137px;
	text-align:center;
	background-color:#FFFFFF;
	font-weight:bold;
	border-top-left-radius:8px;
	border:1px solid black;
	border-right:0px;
}
#BoxMiddle .dlinfoexp{
	float:left;
	width:124px;
	text-align:center;
	background-color:#FFFFFF;
	font-weight:bold;
	border-top-right-radius:8px;
	border:1px solid black;
	border-left:0px;
}

*/
