/* CSS Document */

	table.contact{
	position: relative;
	top: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	


	}

	table.contact td.contact{
	position: relative;
	top: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	width:300px;
	border-color: <BASECOLOR>;
	border: 0px solid #CCCCCC;

	}
	table.contactdetails{
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: relative;
	top: 2px;

	}
	
	table.contact td.header{
		font-size: 18px;
		text-align: center;
				border-width: 0px;
	
	}
	
	table.contact td.data{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	
	}
	
	table.contact td.label{
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		width: 40%;
		color: <BASECOLOR>;
	
	}
	table.contact td.dataright{
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		text-indent: 10px;
	
	}
	
	table.contact td.ouraddress{
	
	}
	table.contact td.shopname{
		font-size: 26px;
		font-weight: bold;
		color: #0033CC;
		text-align: center;
	
	}
	
	
	table.contactdetails td.label{
	width: 90px;
}
table.contactdetails input{
	width: 150px;
}
table.contactdetails input.required{
	background-color: #FFFFEE;

}

table.contactdetails input.requiredinvalid{
	background-color: #FF6666;

}

table.contactdetails select.required{
	background-color: #FFFFEE;

}

#date{
	width: 133px;
}

table.contactdetails select{
	width: 150px;
}
table.contactdetails td.action{
	text-align: center;
	
}
	
