@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Arial,Helvetica,sans-serif;
}
body, table {
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
}
table {
	background: transparent;
}
body {
	margin: 0;
	padding: 25px 0;
	background: #fff;
}
#forms {
	color: #333;
	width: 616px;
}
h1{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#forms focusAchor {
	display: none;
}
#forms h2 {
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
	margin:0 -30px;
	padding:0 30px;
}
#forms .selected h2 {
	padding:0 0 15px 30px;
}
#forms .item h2{
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
#forms .first{
	padding-top: 8px !important;
}
#forms h3{
	font-size: 12px;
	margin: 0px;
	padding: 0 0 5px 0;
}
#forms p{
	margin: 0px;
	padding: 0px;
}
#forms fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
#forms .item {
	font-size: 11px;
}
#forms .textarea, #forms .textfield, #forms .select {
	font-size: 11px;
	color: #333;
	border: 1px solid #BFBFBF;
	padding: 4px;
}
#forms .longdesc{
	line-height: 18px;
}
#forms .textfield{
	width: 161px;
	margin-right: 11px;
}
#forms .select{
	margin-right: 11px;
}
#forms .select_small{
	width: 125px;
}
#forms .select_middle{
	width: 157px;
}
#forms .select_large{
	width: 171px;
}
#forms .select_xlarge{
	width: 211px;
}
#forms .title{
	display: block;
	padding: 0 0 3px 0;
}
#forms .subtitle{
	padding-right: 11px;
}
#forms .xsmall{
	width: 35px;
}
#forms .small{
	width: 85px;
}
#forms .large{
	width: 189px;
}
#forms .middle{
	width: 149px;
}
#forms .textarea{
	width: 500px;
	height: 100px;
}
#stap1, #stap2, #stap3{
	padding: 6px 0 6px 31px;
	border-top: 1px solid #CCD7D7;
}
#stap1.selected,#stap2.selected,#stap3.selected{
	padding: 22px 0 22px 31px;
}
#forms .last{
	border-bottom: 1px solid #CCD7D7;
}
#forms .help{
	width: 11px;
	height: 11px;
	float: left;
}
#forms .help img{
	display: block;
	margin-left: 4px;
	margin-top: 1px;
}
#stap1{
	background: url(../Images/1.gif) 0px 8px no-repeat;
}
#stap2{
	background: url(../Images/2.gif) 0px 8px no-repeat;
}
#stap3{
	background: url(../Images/3.gif) 0px 8px no-repeat;
}
.selected{
	background-position: 0px 24px !important;
}
#forms .helpWindow{
	position:absolute;
	z-index: 99;
	margin: 0 0 0 25px;
	text-decoration: none !important;
}
#forms .helpContent{
	width: 400px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #BFBFBF;
	color: #333;
	font-size: 11px;
	display: none;
}
#forms .br{
	clear: left;
	height: 11px;
	overflow: hidden;
}
#forms .spacer{
	clear: left;
	overflow: hidden;
}
html > body #forms .spacer{
	height: 0px;
}
#forms .checkbox{
	margin: 3px 5px 5px 0;
	padding: 0px;
	display: block;
	overflow: hidden;
	float: left;
	width: 13px;
	height: 13px;
}
#forms .floating{
	float: left;
}
.btn{
	font-size: 12px;
	font-weight: bold;
	color: #FE0000;
	background: url(../Images/btn.gif) 0px 0px no-repeat;
	border: none;
	width: 94px;
	padding: 3px 6px 6px 0px;
	margin: 0px;
	text-align:right;
	cursor:pointer;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
}
.btn_previous{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333;
	text-decoration:underline;
	text-align:right;
	float: right;
	border: none;
	background: none;
	cursor:pointer;
}
.confirm{
	background: url(../Images/btn_xlarge.png) 0px 0px no-repeat !important;
	width: 208px !important;
	padding: 3px 16px 6px 0px;
}
.checkout{
	background: url(../Images/btn_large.gif) 0px 0px no-repeat !important;
	width: 128px !important;
}
input[disabled]{
	border: 1px solid #999;
	background-color: #ddd;
}
.optional{
	display: none;
}
#forms .errorElement {
	border: 1px solid #FE0000;
}
#forms .errorLabel {
	font-size: 12px;
	color: #FE0000;
}
#overview label {
	float: left;
}
#overview .header {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
#overview .sectionHeader {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
#overview .fieldContent {
	font-weight: bold;
}

/* @group thickbox */
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 1px solid #ccc;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_closeAjaxWindow a {
	outline: 0 none;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p.footnote {
	margin: 20px 0 20px 18px;
	text-indent: -0.7em;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#cpiPopupBackground {
	display:none;  
	position:fixed;  
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background:#FFFFFF;  
	border:1px solid #cecece;  
	z-index:1001;  
}  
* html #cpiPopupBackground { /* ie6 hack */
	position: absolute;
	height: 2000px !important;
}
/* expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) + 'px'); */
#cpiPopup{  
	display:none;  
	position:fixed;  
	right: 50%;
	bottom: 50%;
	width:400px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:1002;  
	padding:12px;  
	font-size:13px;  
}  
* html #cpiPopup { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* @end */
