#masterHolder{
	width: 731px;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #565656;
}
#holderSettings {
	/*background: #DEDEDE;*/
	width: 349px;
	/*padding-left: 10px;*/
	float: left;
}
#holderImages {
	/*background: #717171;*/
	width: 382px;
	float: right;
}
.holder {
	/*background: #717171;*/
	width: 340px;
	margin-left: 22px;
}
.formHolderPadd {
	background: #5E5E5E;
	width: 250px;
	height: 80px;
	float: left;
}
.formHolder {
	padding: 15px 0px 0px 14px;
}
.picTitle {
	color: #DEDEDE;
	margin-bottom: 10px;
}
.clearLeft {
	font-size: 10px;
	line-height: 10px;
	color: #717171;
	clear: left;
}
.clearBoth {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.checkPoints {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 10px 10px;
}
.ADfoto {
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 5px 0px;
}
.checkPointsSub {
	/*vertical-align: bottom;*/
	margin: 0px 10px 25px 35px;
}
.fLeft {
	width: 70px;
	text-align: right;
	float: left;
}
.fRight {
	margin: 0px 0px 10px 10px;
	float: left;
}
.fRightM {margin-left: 4px;}

/*input {
	background-color: none;
	border: 1px solid Black;
}
input {
	background-color: #EFEEE6;
	border: 1px solid Black;
	width: 222px;
}*/
.form_checkbox {
	background-color: none;
	border: none;
	width: auto;
}
.form_radio {
	background-color: none;
	border: none;
	width: auto;
}
.picNumber {
	font-weight: bold;
	color: orange;
}
/* pic holder */
.cSpanHolder {
	background: #5E5E5E;
	text-align: center;
	margin: 0px 0px 0px 10px;
	float: left;
}
.cSpanOuter {
	width: 80px;
	height: 80px;
	display: table;
	position: relative;
}
.cSpanMiddle {
	position: static !important;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
}
.cSpanInner {
	position: static !important;
	position: relative;
	left: -50%;
	top: -49%;
}
/* end pic holder */
.hand {cursor: pointer;}

/* form validation*/

.form_optional_field
{
	border-style: solid;
	border-width: 1px; 
	border-color: #cccccc;
}

.form_required_field
{
	background-color: #EFEEE6;
	border: 1px solid Black;
	width: 172px;
}

.form_failed_field
{
	background-color: #EFEEE6;
	border: 1px solid #CC0000;
	width: 172px;
}
#price {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}
.priceNum {
	font-size: 12px;
	color: red;
}

.form_select_box
{
	background-color: #EFEEE6;
	border: 1px solid Black;
}

