#contain_box,#contain_box2{display:none;margin-top:10%; height:auto;position:absolute;z-index: 60;color:#750a20;font-size:12px;box-shadow:2px 2px 2px #ccc;width:740px;}

.inner_content_box{ width:95%;border:#999999 1px solid;  float:left; padding:2.5%;margin:0 auto;background: #ffffff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 21%, #e1e1e1 45%, #e1e1e1 45%, #e1e1e1 79%, #f6f6f6 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(21%,#f1f1f1), color-stop(45%,#e1e1e1), color-stop(45%,#e1e1e1), color-stop(79%,#e1e1e1), color-stop(100%,#f6f6f6)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 21%,#e1e1e1 45%,#e1e1e1 45%,#e1e1e1 79%,#f6f6f6 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 21%,#e1e1e1 45%,#e1e1e1 45%,#e1e1e1 79%,#f6f6f6 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 21%,#e1e1e1 45%,#e1e1e1 45%,#e1e1e1 79%,#f6f6f6 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 21%,#e1e1e1 45%,#e1e1e1 45%,#e1e1e1 79%,#f6f6f6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );}

.content_box_head{width:100%;text-align:center;font-size:16px;font-weight:bold;margin-bottom:10px; }
.content_box_head_inner{font-size:14px; font-weight:bold; }

#contain_box td {vertical-align:middle;}

 #contain_box input[type="text"],#contain_box textarea , #contain_box2 input[type="text"],#contain_box2 textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #FFFFFF;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica;
	margin: 0 0 10px;
	padding: 6px 10px 6px 20px;
	width: 200px;
	resize:none;
}

#contain_box input[type="text"]:focus, #contain_box textarea:focus, #contain_box2 input[type="text"]:focus, #contain_box2 textarea:focus  
 {
	-webkit-box-shadow: 0 0 2px #750a20 inset;
	-moz-box-shadow: 0 0 2px #750a20 inset;
	-ms-box-shadow: 0 0 2px #750a20 inset;
	-o-box-shadow: 0 0 2px #750a20 inset;
	box-shadow: 0 0 2px #750a20 inset;
	background-color: #FFFFFF;
	border: 1px solid #750a20;
	outline: none;
}

#button_click_right img{box-shadow: 0px 0px 8px #323232;}
#button_click_left img{box-shadow: 0px 0px 8px #323232;}
#button_click_right img:hover,#button_click_left img:hover{opacity:.8 ;-webkit-transition:background-color 500ms ease-in-out; -moz-transition:background-color 500ms ease-in-out; -ms-transition:background-color 500ms ease-in-out; -o-transition:background-color 500ms ease-in-out; transition:background-color 500ms ease-in-out;}


