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

#steps_image{
text-align:center;
margin: 0 0 10px 0;
}

.grey_box{
border: solid #CCCCCC 1px;
color: #333333;
}

.grey_box_topless{
border-bottom: solid #CCCCCC 1px;
border-left: solid #CCCCCC 1px;
border-right: solid #CCCCCC 1px;
border-top: none;
}

.bigtitle{
	background-image:  url('../images/contentTitle.gif'); 
	background-repeat: repeat-x;
	margin-bottom: 10px;
    padding-left: 5px;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
    height: 20px;
    line-height: 20px;
    clear: both;
    font-weight: bold;
    color: #656c75;
    font-size:14px;
	font-family:arial, 'lucida console', sans-serif;
}
td.regTd{
	font-family:arial, 'lucida console', sans-serif;
	font:11px Arial;
	vertical-align: top;
	text-align: right;
	width: 290px;
}

.regTd label{
margin: 0;
}

.regTable{
	
	margin-left: auto;
	margin-right: auto;
	padding:0;
	border-collapse:collapse;
	width: 100%;
	
}

table.regTable td{
}

.labelText{
	font-size: 11px;
	color: #585858 ;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 5px;
	padding:0;
	line-height:2em;
}

.regTable input{
margin:3px 0 0 0;
}

#dpReferer{
margin-top: 2px;
}

.buttonSubmit{
	width: 948px;
	background-image:  url('../images/contentTitle.gif'); 
	background-repeat: repeat-x;
	margin: 0px 0 20px 0;
    border: solid 1px #d8d8d8;
	border-top: none;
    height: 19px;
    line-height: 20px;
    clear: both;
	text-align: right;
	padding: 1px 10px 0 0;
}

input.button{
	background-color: transparent;
	background-image: url('../images/bluebtnbg.gif');
	background-repeat: repeat;
	height: 17px;
	color:white;
	cursor:pointer;	
	border: none;
	width: 180px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0;
}
.button:hover{
	background-image: url('../images/bluebtnbg_hover.gif');
}


.errorMsg{
	font:bold 10px Arial;
    color: red;
}

.inputbox{
	color:#3d4e55;
	font:bold .9em Arial;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#cccccc;
	height: 16px;
	width: 199px;
	padding-top:2px;
	margin: 1px 0 1px 0;
}
.inputbox:focus{
	color:#F1184D;
	font:bold .9em Arial;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
}
.inputbox:hover{
	color:#F1184D;
	font:bold .9em Arial;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
}

.selectbox{
	color:#3d4e55;
	font:bold .9em Arial;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#cccccc;
	height: 20px;
	width: 201px;
	padding-top:2px;
	margin: 1px 0 1px 0;
}

.formItem{
text-align: right;
}

.listHeading{
font-weight: bold;
color: #3d4e54;
}

.payment_button{
	background-color: transparent;
	background-image: url('../images/bluebtnbg.gif');
	background-repeat: repeat;
	height: 17px;
	color:white;
	cursor:pointer;	
	border: none;
	width: 180px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0;
	margin: 0;
}

#creditCardForm{
margin: 20px;
}

/* image uploader styles */

#image_uploader{
padding: 10px 20px;
height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); /* sets min-height for IE */
min-height: 200px; /* sets min-height value for all standards-compliant browsers */
}

#image_uploader ul{
margin: 0;
padding: 10px;
}

#image_uploader ul li{
list-style-type: none;
margin: 10px;
padding: 0;
float: left;
width: 120px;
height: 120px;
text-align:center;
}

#image_uploader ul li a{
clear: both;
display:block;
color:#FF0033;
text-decoration:none;
font-weight: bold;
padding: 2px;
}

#image_uploader ul li a:hover{
}

#image_uploader img{
color: #ffffff;
}

.image-uploader-one-image{
	float:left;
}

#image-preview-one-image{
	padding:10px;

}

#image-preview-one-image li{
	padding:10px;
	display:block;
}

.dollar {
	background: #fff url('./../images/dollar.png') no-repeat left -1px;
	padding-left:10px;
	width:80px;
}
.pText{
	font-size: 11px;
	color: #585858 ;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 5px;
	padding:0;
}

/** uploadify **/
#fileQueue {
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

#images_list ul li{
	display: block;
	padding:5px;
}

#information{
padding: 10px 20px;
}

#browse_div{
	display: inline; 
	border: solid 1px #6E6E6E; 
	background-color: #585858; 
	padding: 18px 2px 2px 2px;
	vertical-align:middle;
	text-align:center;		
}

#pr_imageProgressLoader{
	width:170px;
	height:30px; 
	margin:5px 0px 5px 0px;
	position: absolute;
}