body{
	background-color:#f0f0f0;

	}
#main{
	margin:0 auto;
	margin-top:150px;
	width:600px;
	background-color:#fff;
	border-radius:10px;
	min-height:200px; 
overflow:hidden;
height: auto !important;
	}
#main .title{
	width:600px;
	height:50px;
	line-height:50px;
	background-color:#f75505;
	text-align:center;
	color:#fff;
	font-size:24px;
	float:left;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
#main .succ{
	width:520px;
	color:#333;
	font-size:14px;
	padding:0px 40px;
	float:left;
	line-height:50px;
	text-align:center;
	min-height:100px; 
overflow:hidden;
height: auto !important;
	}

#main .jump{
	width:520px;
	height:50px;
	padding:0px 40px;
	background-color:#f75505;
	float:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-align:center;
	}
#main .jump a{
	color:#333;
	font-size:12px;
	letter-spacing:1px;
	line-height:50px;
	text-align:center;
	}
#main .redtitle{
	width:600px;
	height:50px;
	line-height:50px;
	background-color:#f75505;
	text-align:center;
	color:#fff;
	font-size:24px;
	float:left;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
#main .redsucc{
	width:520px;
	color:#666;
	font-size:14px;
	padding:0px 40px;
	float:left;
	line-height:50px;
	text-align:center;
	min-height:100px; 
overflow:hidden;
height: auto !important;
	}
#main .redjump{
	width:520px;
	height:50px;
	padding:0px 40px;
	background-color:#f75505;
	float:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-align:center;
	}
#main .redjump a{
	color:#333;
	font-size:12px;
	letter-spacing:1px;
	line-height:50px;
	text-align:center;
	}