
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*background-color: #CCA;*/
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 17%;
	left: 17%;
	width: 600px;
	height: auto;
	padding: 40px;
	margin:0;
	border: 5px solid #345D55;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:680px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	/*background:url("../images/nav_bg.jpg") repeat-x scroll left top transparent;*/
	background-color:#365851;
	/*border-bottom:4px solid #3CF;*/
	color:white;
	text-align:center;
	font-size:15px;
}

#box #customer_detials{
	float: left;
    /*padding-right: 25px;*/
    width:50%;
}

#box #product_detials{
	float: left;
    padding-left: 25px;
}

.validation-advice{
color:red !important;
margin:0px !important;
}
