@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	padding-left:47px;
	padding-top:30px;
	padding-right:47px;
	background: #fff url('../images/sirocco.gif') no-repeat top left;	
}
div#Header{
	height:95px;
	width:97%;	

}
#Header img{
	border:0px;
	float:right;
	padding:10px;
}
h1.Title{
	color:#FFFFFF;
	text-align:left;
	padding:2px;
	background: transparent url('../images/Title_register.gif');
	background-repeat:repeat-x;
}
h2.Message{
	padding:10px;
	margin:10px 10px 10px 50px;
	color:#FF3333;
	text-align:center;
}
div#Main{
	float:left;
}
#Main h3{
	color:#993333;
	font-size:1em;
	text-align:center;
	margin:0px 0px 0px 100px;
}

#Main h2{
	color:#333333;
	padding:2px;
}
#Main p{
	padding:0px;
	margin:0px 0px 0px 100px;
}

table.Register{
	margin-left:100px;
	width:500px;
	padding:5px;
}
.Register td{
	border-top:1px solid #993333;
}
.Register tfoot{
	color:white;
}
label.lblGeneral{
	border-bottom:1px solid #993333;
}
input.Requirement{
	border:1px solid #993333
}
div#Footer{
	width:82%;
	height:86px;
}

div#Right_Block{
	width:300px;
	background:url('../images/Welcome.gif') center no-repeat;	
	float:right;
	height:200px;
	z-index::1000;

}

.ContactBlock{
	margin:0 auto;
	background-image:url('../images/Shopping_Header.gif');
	background-repeat:repeat-x;
	width:80%;
}
.ContactBlock h2{ 
	color:#fff;
	font-size:1em;
	padding :5px 0px 0px 5px;
} 
.ContactBlock h3{
	font-size:0.9em;
	color:#FF3333;
	padding:0px;
	margin:0px;
}
.ContactBlock input{
	margin:0px 0px 5px 0px;
	padding:0;
}
.ContactBlock td{
	margin:5px 0px 5px 0px;
	background-color:#eee;
}
.ContactBlock tr{
	border-bottom:1px solid #333;
}
.ContactBlock .TextBox{
	background-color:#fff;
	border:0px;
	border-bottom:1px solid #036;
	color:#BC312E;
	height:20px;
	margin:0px 2px -2px 2px;
}
.ContactBlock .TextArea{
	width:99%;
	border:0;
	border-bottom:1px solid #036;
}
.ContactBlock .lblContact{
		margin:0px 0px 0px 50px;
}

/* End Contact form --------------------------------------------------*/