@import "../../css/common.css";
body {
	background:none;
}
h1 {
	width:auto;
	margin:0 auto;
	text-align:left;
}
table {
	text-align:center;
	border-collapse:collapse;
}

#wrap {
	width:700px;
	height:601px;
	background:url(../images/contact_back.jpg) no-repeat left top;
}

#shop_info {
	float:left;
	height:151px;
	padding:21px 24px 0px 19px;
}

#shop_info h2 {
	text-align:right;
	float:right;
	height:91px;
}
#head_left {
	float:left;
	padding-left:19px;
	margin-top:15px;
}

#head_right {
	padding:7px 0px 7px 384px;
	background-color:#ff9600;
	margin-top:44px;
	float:left;
}

#contact_form {
	clear:both;
	/*float:left;*/
	width:650px;
	text-align:left;
	padding-left:19px;
}

#contact_form table {
	line-height:14px;
	width:640px;
}

#contact_form span {
	font-weight:normal;
	font-size:10px;
	color:red;
}
.red {
	color:red;
}

#contact_form th {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	width:240px;
	padding:5px;
	/*color:#734606;*/
	color:#000000;
	background-color:#ffcc99;
	border:solid 1px #ff9600;
}

#contact_form td {
	text-align:left;
	border:solid 1px #ff9600;
	width:380px;
	padding:5px;
}

#form_btn {
	text-align:center;
	margin-top:10px;
}

.text {
	color:white;
	background-color:#000000;
	border:solid 1px #ffcc99;
}

textarea {
	color:white;
	background:url(../images/textarea.gif) left top;
	border:solid 1px #ffcc99;
	overflow:auto;
}

#footer {
	padding-right:23px;
	/*text-align:right;*/
	/*width:160px;*/
	float:right;
	margin-top:-25px;
}

#footer img {
	cursor:pointer;
}

#error {
	line-height:14px;
	position:absolute;
	top:10px;
	left:50px;
	padding:5px;
	width:590px;
	height:90px;
	text-align:left;
	background:url(../images/error_back.png) no-repeat left top;
}

* html #error {
	position:static;
	margin-top:-95px;
}

* html #error {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='images/error_back.png');
}