@charset "utf-8";
/* CSS Document */
body {
	/*background: url("../img/bg_header.jpg") repeat-x scroll 0 0 #8ECA00;*/
	 background: url("../img/bgcontact.png") top center no-repeat;
}
#main_web {
    margin: 0;
   	width: 960px;
}
#contact
{	
	height: 620px;
}

#gopybg{
	width:590px;
	height:620px;
	background:url(../img/bg.png) repeat-y;
	margin-bottom: 20px;
}
#gopysp{
	margin-left:60px;
	width:300px;
	height:auto;
	border:dashed 1px #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }
#contentsp{
	margin-left:60px;
	margin-top:30px;
	position:relative;
	}
#contentsp ul li
{
	margin-top:10px;
	position:relative;
	list-style:none;}
#contentsp ul li label {
	float:left;
	width:150px;
	height:24x;
	}
#contentsp ul li input
{ 
	background:url(../img/textfiel.png) no-repeat;
	border:none;
	width:226px;
    height: 24px;
   }

#contentsp ul li em
  {
	  color:#1e73ff}
	  
#contentsp ul li strong{
	color:#0e69ff;}
	
.nd_lienhe{
	width:375px;
	height:175px;
	background:#d2e3ff;
	border:#06C 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contentsp ul li textarea{
width:370px;
	height:170px;
	background:none;
	border:none;
	margin:5px;

	}
#button_submit{
	background:url(../img/btnsend.png) no-repeat;
	width:266px;
	height:154px;
	position:absolute;
	top:470px;
	right:190px;
	cursor:pointer;
	}
#button_submit:hover
{background:url(../img/btnsend_hover.png) no-repeat;}