@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
#content
{
	width: 1000px; 
	min-width:600px; 
	min-height:600px; 
	margin: auto; 
	box-shadow: 1px 1px 2px 2px #C3C3C3;
}
#header
{
	width: 100%; 
	height: 100px; 
	line-height:50px; 
	box-shadow: 1px 1px 2px 2px #C3C3C3;
}
#main-heading
{
	width: 800px;
	height: 100px;
	line-height:50px;
	font-family:Cambria;
	color:#3C07AB;
	text-shadow: 1px 2px 1px #000000;
	float:left;
	text-align:center;
	position:relative;
}
.apply-heading
{
	font-weight: 800;
	color:#EF9D03;
	margin: 15px auto;
	text-align:center;
}
#logo
{
	width: 200px;
	height: 100px;
	float:left;
	position:relative;
	box-shadow: 1px 1px 2px 2px #C3C3C3;
}
#signup-button
{
	width: 90px;
	min-width: 90px;
	height: 50px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:algerian;
	text-align:center;
	font-size: 25px;
	border:none;
	margin-left:5px;
	position:relative;
	display:block;
	box-shadow: 1px 2px 2px #C9C9C9;

}
.table{ width: 900px; min-height: 100px; margin:10px auto;}
.colum-1{ width: 200px; font-size:20px; font-weight: 500; color:#333333; margin: 10px; line-height:25px;}
.colum-2{ width: 650px;}
#signup-form{ width: 900px; padding-bottom: 60px; font-size: 18px; margin: 20px auto; position:relative;}
#signup-button:hover{ background-color:#FFFFFF; color:#000000; transition:2s; box-shadow: 1px 2px 2px #000000; cursor:pointer; float:left}
#u_name, #password{ width: 300px; height: 40px; font-size: 18px; margin: 4px; border: 1px solid #E87A0D}
#u_name:hover, #password:hover{ border: 1px dashed #E87A0D; cursor:crosshair;}

#name, #b_date, #email_address, #mobile{ width: 350px; height: 30px; font-size: 18px; margin: 4px; border: 1px solid #C1C1C1}
#name:hover, #b_date:hover, #email_address:hover, #mobile:hover{ border: 1px dashed #E87A0D; cursor:crosshair;}
.info-title{ height: 30px; margin: 10px auto; color:#71A4FF; text-align:center; border-bottom: 2px solid #C2C2C2; border-top: 2px solid #C2C2C2}

/* Other Brand Dealer information */
.dealer-info{ width: 560px; min-height: 40px;text-align:center; margin: 5px auto}
.deal-title {width:  200px; height: 30px; border:1px solid #000000}
.deal-text{width:  200px; height: 30px; border:1px solid #000000}
#other_deal_sl, #other_deal_brand, #other_deal_month{ width: 200px; height: 30px;font-size: 18px; border: none}
/* Market Information  */
.Market-info-2{ width: 700px; min-height: 40px;text-align:center; margin: 5px auto}
.Market-title-2 {width: 200px; height: 30px; font-size: 16px; border:1px solid #000000}
.Market-text{width:  181px; height: 30px; border:1px solid #000000}
#Market_info_sl, #Market_info_brand, #Market_info_month{ width: 181px; height: 30px;font-size: 18px; border: none}


/* Construction site  */
.cons-info-2{ width: 720px; min-height: 40px;text-align:center; margin: 5px auto}
.cons-title-2 {width:  120px; height: 30px; border:1px solid #000000; font-size:16px;}
.cons-text{width:  100px; height: 30px; border:1px solid #000000}
#cons_info_sl, #cons_info_brand, #cons_info_month{ width: 100px; height: 30px;font-size: 18px; border: none}


#button{ width: 80px; height: 40px; background-color:#000000; color:#FFFFFF; font-family:algerian; font-size: 20px; border:none;  box-shadow: 1px 2px 2px #CDCDCD; position:absolute;}
#button:hover{ background-color:#FFFFFF; color:#000000; transition:2s; cursor:pointer; box-shadow: 1px 2px 2px #000000}
