body{margin: 0px;padding: 0px;}
div,span,select,a,label,form,h1,input,button,*{margin: 0px;padding: 0px;}
.rmain {
    float: right;
    height: auto;
    width: 1010px;
    border-radius: 4px;
    overflow: hidden;
}
.nav{
	width: auto;
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	color: #333333;
	padding-left:20px; 
	margin-bottom: 8px;
	background: #ffffff;
}
.content{
    position: relative;	
	float: right;
	width: 1010px;
	height: 570px;
	border-radius: 4px;
	padding:30px 0 30px 0;
	background: #ffffff;
}

.content .fbold{
	float: left;
	width: 80px;
	line-height: 40px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.content .fbold span{
	margin-right: 2px;
	color: #ff0000;
}
.content input {
	display: block;
	float: left;
    width: 330px;
    height: 35px;
    text-indent: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
}
.content .row {
    width: 100%;
	clear: both;
	overflow: hidden;
    margin-bottom: 20px;
}
.row .cell{
	float: left;
	width: 425px;
}
.content .textarea{
	display: block;
	float: left;
	width: 734px;
	height:36px;
	padding: 5px 10px;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}
.content .buttom{
	position: relative;
	left: 90px;
	margin-bottom:20px;
}
.content .buttom button{
	width: 90px;
	height: 40px;
	background-color: #ff4242;
	color: #ffffff;
	border-radius: 4px;
	border:1px solid #ff4242;
	cursor: pointer;
}
#upbtn{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	cursor: pointer;
}
.photolis{
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 13px;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	text-align: center;
	line-height: 98px;
}
.photolis img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.photolis a{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	color: #ff0000;
	background: #FFFFFF;
}
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 48px;
	line-height: 98px;
	color: #D9D9D9;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}