@charset "utf-8";
/* -------------------------------------------------
Author:  #!-loveradio
Update:  2009/6/18
WebSite: http://www.leftbank.cn
Contact: QQ 5231396
         Mail loveradio@163.com
		 Tel 13880626573
-------------------------------------------------- */

/*全局属性*/
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	width:100%;
	color:#333;
	font-family: Verdana, "宋体";
	background:url(../image/topbg.jpg) repeat-x;
	background-color:#fff;
	font-size:14px;
	text-align:center;
}
ul, ol, li {
	list-style-type:none;
}
img {
	vertical-align:top;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#09C;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration:underline;
}
h1, h2 {
	display:inline;
}
h1 {
	font-size:24px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:2.2em;
}
h3 {
	font-size:14px;
	font-family:Verdana, "宋体";
	font-weight:bold;
	line-height:25px;
}
.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.fred, a.fred:link, a.fred:visited {
	color:#F00;
}
.fblue, a.fblue:link, a.fblue:visited {
	color:#06C;
}
.fgreen, a.fgreen:link, a.fgreen:visited {
	color:#090;
}
.forange, a.forange:link, a.forange:visited {
	color:#F90;
}
.fyellow, a.fyellow:link, a.fyellow:visited {
	color:#FF0;
}
.fgray, a.fgray:link, a.fgray:visited {
	color:#999;
}
.fwhite, a.fwhite:link, a.fwhite:visited {
	color:#fff;
}
.fblack, a.fblack:link, a.fblack:visited {
	color:#000;
}
.f14px {
	font-size:14px;
}
.clear {
	font-size: 1px;
	clear: both;
	visibility: hidden;
	width: 1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.blank5 {
	height:5px;
	clear:both;
	font-size:1px;
}
/*全局开始*/
#container {
	width:930px;
	margin:50px auto;
}
#top, #mainTop, #main, #mainBottom, #footer {
	width:930px;
	clear:both;
	overflow:hidden;
}
#top {
	background:url(../images/reg/topBg.jpg) no-repeat;
	height:65px;
}
#top ul {
	float:right;
	margin:35px 20px 0 0;
}
#top ul li {
	float:left;
	margin:0 0 0 10px;
}
#mainTop {
	background:url(../images/reg/mainTop.jpg) no-repeat;
	height:20px;
}
#main {
	background:url(../images/reg/mainBg.jpg) repeat-y;
}
#mainReadMe {
	background:url(../images/reg/mainReadMeBg.jpg) repeat-y;
	text-align:left;
	line-height:1.5em;
}
#mainContent {
	width:850px;
	margin:0 auto;
}
#mainForm, #mainSucc {
	float:left;
	width:600px;
}
#mainForm ul, #mainSucc ul {
	float:left;
	width:560px;
}
#mainForm ul li {
	height:40px;
	line-height:40px;
	text-align:left;
}
#mainSucc ul li {
	text-align:left;
	line-height:1.8em;
}
#mainForm .bLine, #mainSucc .bLine {
	border-bottom:#CCC solid 1px;
	margin:0 0 15px 0;
}
#mainForm .tLine, #mainSucc .tLine {
	border-top:#CCC solid 1px;
	margin:15px 0 0 0;
}
#mainForm .tip, #mainSucc .tip {
	font-size:12px;
}
#mainForm .c1 {
	float:left;
	width:120px;
	text-align:right;
	font-weight:bold;
	height:40px;
}
#mainForm .c2 {
	float:left;
	width:440px;
	height:40px;
}
#mainForm .input {
	height:22px;
	line-height:20px;
	padding:0 5px;
	border:#C99 solid 1px;
	background:#FCF2E9;
	font-family:Verdana, "";
	margin:5px 0 0 0;
}
#mainForm .button {
	line-height:20px;
	padding:0 5px;
	border:#930 solid 1px;
	background:#C63;
	color:#FFF;
}
#mainForm .submit {
	border-top:#CCC solid 1px;
	margin:15px 0 0 0;
	text-align:center;
}
#mainInfo {
	float:left;
	width:250px;
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}
#mainInfo ul li {
	margin:5px 0 5px 0;
}
#mainBottom {
	background:url(../images/reg/mainBottom.jpg) no-repeat;
	height:20px;
}
#footer {
	line-height:2.4em;
}
#footer .info {
	font-size:12px;
	line-height:1.3em;
	color:#666;
}
