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

.email_wid {
	float: left;
	width: 600px;
	border: 1px solid #999;
	border-radius:5px;
}
.email_wid .email_wid_top {
	background-color: #dbdbdb;
	float: left;
	width: 580px;
	background-image: url(../images/topbandbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius:5px 5px 0 0 ;
}
.email_wid_top .head {
	margin: 0px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
}
.email_wid_top .closebut {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.email_wid .email_wid_mid {
	float: left;
	width: 580px;
	padding: 10px;
}
.email_wid_mid .leftcont{
	float: left;
	width: 220px;
}
.leftcont .sotry {
	float: left;
	width: 220px;
}
.sotry  img   {
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sotry .headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033cc;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sotry .intro {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.email_wid_mid .rightcont {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-left: 10px;
	border-left:1px solid #ccc;
}
.rightcont .detailform {
	float: left;
	width: 320px;
}
.detailform  .cont {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}
.detailform p {
	margin-top: 5px;
	margin-bottom: 0px;
}
.detailform .formhead {
	float: left;
	font-weight: bold;
}
.detailform .info_right {
	float: right;
	font-size: 12px;
}
.detailform .info_right1 {
	float: right;
	text-align: right;
	font-size: 11px;
	margin-bottom: 5px;
	width: 320px;
}
.detailform input,.detailform #textarea {
	background-color: #eeeeee;
	padding: 5px;
	width: 320px;
	border: 1px solid #b5b5b5;
	border-radius:3px;
	box-shadow: 3px 3px 3px #e2e2e2;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
        resize:none;
}
.detailform  .radio {
	width: 10px;
	border:none;
	background-color:#fff;
}
