body{
	background-color:#FFFFFF;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
	font-size: 11px;
    font-weight: normal;
    text-decoration: none;	
	color:#0071bb;
	background-image:url('../image/bg.jpg');
	margin:0px;
	padding:0px;
	padding-bottom:30px;
}

table, tr, th, td {
	text-align: left;
}
a {
	text-decoration:underline;
	color:#d31515;
	text-align:left;
}

#wrapper {
	width:653px;
	margin: 0px auto;
}
#feedback_user {
	color:#d31515;
	text-align:center;
}
#feedback_system {
	color:#d31515;
	text-align:center;
}

#main { 
	background-color:#ffffff;
}
#content {
	height:655px;
	background-image:url('../image/bg_content.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
#content #content_text {
	width:564px;
	height:40px;
	background-color:#d4eeff;
	padding-top:6px;
	padding-bottom:12px;
	padding-left:26px;
	padding-right:26px;
}
#content #content_text h1 {
	font-size:16px;
	font-weight:bold;
	color:#daa901;
}
#content_form {
	text-align:center;
	height:550px;
}
#content_form #table_subscribe {
	width:325px;
}
form .textInput {
	width:280px;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	color:#0071bb;
	border:1px solid #0071bb;
}
form .selectInput {
	width:292px;
	height:20px;
	padding-top:0px;
	padding-left:5px;
	color:#0071bb;
	border:1px solid #0071bb;
}
form .securityInput {
	width:225px;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	color:#0071bb;
	border:1px solid #0071bb;
}
form fieldset {
	border:1px solid #0071bb;
	width:250px;
	padding:20px;
}
.required {
	color:#d31515;
	width:15px;
}
#content_bottom {
	text-align:center;
}


