div.content_container_inner{
	margin:0px auto;
	padding:5px 0 0 0;
	width:874px;
}
div.box_top{
	background:url(../../../images/large_grey_box_top.png) no-repeat;
	width:874px;
	height:54px;
}

div.box_mid{
	background:url(../../../images/large_grey_box_mid.png) repeat-y;
	/*min-height:100%*/;/*1200*/
	/*height:100%;*/
	/*padding-left:30px;*/
	width:874px;
}

div.box_bot{
	padding:0px;
	background:url(../../../images/large_grey_box_bot_a.png) no-repeat;
	width:874px;
	height:29px;
}
div.top_header{
	font-size: 28px;
    font-family: Swiss921 BT, arial;
    color: #3b3b3b;
    margin: 0px auto 0 auto;
    text-align: center;
    padding-top:10px;
}
div.block{
	width:100%;
	font-family:arial;
	padding-bottom:0px;
}
.block .header{
	font-size:16px;
	padding:7px 0 0 60px;
	color:#ffffff;
	font-weight:bold;
}

.block  .content_form{
	width:874px;
	height:100%;
	font-size:14px;
	font-family:arial;
	color:#000000;
	padding-top:20px;
}
.block  .content_form .left{
	text-align:left;
	width:700px;
	margin-right:10px;
}
.block  .content_form .left div.extra_text{
	float:right;
	position:absolute;
	top:2px;
	right:120px;
}

.block  .content_form .left label{
	float:left;
	text-align:right;
	display:block;
	width:335px;
	margin:3px 10px 10px 0;
}
.block  .content_form input{
	margin:0 10px 10px 0;
	background:#fafafa;
	color:#000000;
	border:1px solid #aaa;
	padding:2px 3px 2px 3px;
}

.block  .content_form input:focus{
	background:#fefefe;
	border:solid 1px #555;
}

.block  .content_form input.style1{
	width:250px;
}

#reset_button{
	width:251px;
	height:43px;
}
div#reset_button_div{
	width:auto;
	height:54px;
	text-align:left;
	margin-left:345px;
}

