.customertable{
	width: 750px;
	margin: 0 20 20 20;
	background-color: #ffffff;
	color: #646464;
	font-family: Arial;
	font-size: 12;
}

.customertable td{
	color : #716d4d;
	text-align: left;
	font-size: 11;
	vertical-align: middle;
}

.customertable td.left{
	width: 25%;
	padding-left: 5;
	text-align: left;
}

.customertable td.right{
	width: 25%;
	padding-left: 5;
	text-align: left;
}

.customertable td.info{
	height: 28;
	padding: 0;
	margin: 0;
	background-color: #e2e1d1;
	text-align: center;
	vertical-align: middle;
}

.customertable td span.header{
	color: #89844d;
	font-family: Georgia;
	font-size: 15;
}

.customertable td span.email{
	color: #954141;
	font-family: Arial;
	font-size: 11;
}

.customertable td table.cppformpanel{
	width: 100%;
	padding : 0 0 0 0;
	background-color: #ffffff;
}

.customertable td.left table.cppformpanel td.cppformpanel_label{
	width: 20%;
	padding-right: 5;
	text-align: right;
}

.customertable td.left table.cppformpanel td.cppformpanel_input{
	padding-left: 5;
	text-align: left;
}

.customertable td.left table.cppformpanel td.cppformpanel_input textarea{
	width: 745;
	height: 50;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 0;
	border: 1px solid #c2bfa1 ! important; 
}

.customertable td.left table.cppformpanel td.cppformpanel_input  input.cppeditcontrol{
	border: 1px solid #c2bfa1 !important;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.customertable table.cppformpanel td.info input.submit{
	cursor: pointer;
	height: 18;
	width: 200;
	background-image: url(../../../_application/images/brand/brand_choice_bg.jpg);
	background-repeat: no-repeat;
	border: 0;
	color: #ffffff;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
	text-align: center;
}

.customertable table.cppformpanel td.info input.submit_arrow{
	cursor: pointer;
	height: 18;
	width: 200;
	background-image: url(../../../_application/images/brand/brand_choice_new_bg.jpg);
	background-repeat: no-repeat;
	border: 0;
	color: #ffffff;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
	text-align: center;
}

.customertable table.cppformpanel td.info span.sep_{
	width: 10px;
}

.customertable td span.error {
	font-size: 12px;
	color: red;
}