@charset "utf-8";
/* CSS Document */

/* --------- 1. Form Defaults  --------- */
#rep, #repResults{
	border:1px solid #CCC;
	position:relative;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	}
	
#repResults{
	top:15px;
	margin-bottom:15px;
	}	
#rep legend, #repResults legend{
	font-size:1.2em;
	font-weight:bold;
	color:#F90;
	position:relative;
	top:-20px;
	margin:0px;
	padding:0px;
	background:#FFF;
	}
	
#rep label{
	margin:0px 0px 3px 6px;
	padding: 3px 0px;
	cursor:hand;
	}
	
#rep input, #rep select {
		vertical-align: middle;
		border:#CCC 1px solid;
		padding:2px;
		}

/* --------- 2.Information  --------- */

#state{
	width:200px;
	margin:0px 12px 6px 68px;
	}
	
.country {
	width:227px;
	margin:0px 60px 6px 20px;
	}
	
.zip {
	width:220px;
	margin:6px 0px 6px 11px;
	}
	
#rep .finZipLink {
	cursor:pointer;
	margin-left:2px;
	position:absolute;
	left:322px;
	top:40px;
	}

#rep p.err{
	color: #F00;
	font-weight: bold;
	}

#rep span{
	position:absolute;
	left:310px;
	bottom:16px;
	}
	
div.repDetails{
	width:100%;
	border-bottom:#CCC 1px solid;
	margin-bottom:10px;
	}
	
#centerContent #repResults div.repDetails h1{
	color:#333;
	font-size:1.4em;
	}
	
#centerContent #repResults div.repDetails p{
	line-height:100%;
	}
