@charset "utf-8";
/* CSS Document */


/*--------------------------MAIN---------------------*/
#warper #main{
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#main_head_text{
	/*background-color: #505050;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bolder;*/
	
	width: 745px;
	height: 30px;
	background-color: #b89018;
	/*padding-top: 3px;
	padding-bottom: 3px;*/
	padding-left: 10px;
	font-weight: bolder;
	margin-left: 5px;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;	
	border-radius: 10px 10px 0px 0px;
	
	-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);
  	-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);	
  	box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);
}

#info_label_bottom{
	height: 30px;
	/*width: 760px;*/
	width: 745px;
	/*background-color: #505050;*/
	background-color: #b89018;
	/*padding-top: 3px;
	padding-bottom: 3px;*/
	padding-left: 10px;
	font-weight: bolder;
	margin-left: 5px;
	margin-bottom: 5px;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 10px 10px;
	
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);	
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);
}

#search_label_top{
	width: 745px;
	/*background-color: #505050;*/
	background-color: #b89018;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bolder;
	/*margin-left: 5px;*/
	margin-left: 5px;
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;	
	border-radius: 10px 10px 0px 0px;
	
	-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);
  	-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);	
  	box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.20);
}
#search_label_bottom{
	/*height: 20px;*/
	width: 745px;
	/*background-color: #505050;*/
	background-color: #b89018;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bolder;
	margin-left: 5px;
	/*margin-top: 10px;*/
	
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 10px 10px;
	
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);	
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.30);
}

#cover_right_info{
	/*background-color: #4b659e;*/
	background-color: #3f2902; /*Background color of right area*/
	/*width: 760px;*/
	width: 755px;
	position: relative;
	margin-left: 5px;
	/*margin-top: -20px;
	margin-bottom: -16px;*/
}

#shadow{
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
	color: #FFF;
}


#warper #main input[type="text"],#warper #main textarea{
	width: 250px;		
}
