@charset "UTF-8";
/* CSS Document */

body{
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

.wrapper{
	width:955px;
	height:auto;
	margin:auto;
	text-align:center;
}

.popwrap{
	width:600px;
	height:auto;
	margin:auto;
	text-align:center;
	overflow:hidden;
}

.header{
	width:100%;
	height:113px;
}

.popheader{
	width:100%;
	height:90px;
}

.header .divider{
	width:100%;
	height:24px;
}

.header,.popheader .copy{
	font-weight:bolder;
	color:#306;
	font-size:16px;
}

.content{
	background:url(../images/structure/gray_repeat.jpg) repeat-y;
	height:auto;
	width:100%;
	padding-top:25px;
}

.content .secondary{
	background:url(../images/structure/darkgray_repeat.jpg) repeat-y;
	width:100%;
	height:auto;
	padding:25px 0px 25px 0px;
	margin:25px 0px 0px 0px;
	text-align:center;
}

.footer{
	background-color:#000;
	color:#FFF;
	font-size:10px;
	height:auto;
	width:100%;
}

.footer .logo{
	float:right;
	margin:8px;
}

.footer .links{
	float:left;
	padding:15px 10px 10px 10px;
	font-size:12px;
	font-weight:bold;
	width:auto;
}

.footer a{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none;}
.footer a:hover{color:#7FB236; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none;}

.kill{
	clear:both;
}

.formheadline {
	font-size: 32px;
	font-weight:bold;
	color:#FFF;
}

.formheadline_sm {
	font-size: 16px;
	font-weight:bold;
	color:#FFF;
}

.formheadline_sm_purple {
	font-size: 16px;
	font-weight:bold;
	color:#411d7f;
}

.formnumbers{
	font-size:50px;
	color:#b7b3c5;
	font-weight:bold;
}

.conf_content{
	background:url(../images/structure/conf_back.jpg);
}

.conf_subhead {
	font-size: 12px;
	font-weight:bold;
	color:#411d7f;
}

.conf_subhead_black{
	font-size: 12px;
	font-weight:bold;
	color:#000;
}

.conf_body {
	font-size: 12px;
	color:#666;
	font-weight: normal;
}

.thumb_border img{
	border:solid;
	border-width:5px;
	border-color:#999;
	margin:0px 10px 10px 0px;
}

.required {
	color:#F60;
	font-size:10px;
	font-style:italic;
	padding-bottom:15px;
}

.jb_title_info{
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	vertical-align:10%;
	padding:3px 50px 5px 5px;
	margin-bottom:5px;
	color:#F00;
}

.field{
	border: 2px solid #999;
	background:#FFF;
	padding:3px;
}

.fielderror{
	border: 2px solid #F00;
	background:#FFF;
	padding:3px;
}

div.grippie {
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}


