@charset "UTF-8";

/* ===================================== */
/*               EditPr               	 */
/* ===================================== */
#mainbody{
    margin-left:auto;
    margin-right:auto;
    width:600px;
}
#mainbody h3{
    font-weight:normal;
    font-size:16px;
    margin-top:10px;
    
}
.attention{
    color:#f33;
}
.datacol{
    width:500px;
}
.button-grp{
    padding-top:20px;
}
.button-grp .submit{
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	border-radius:5px;
}
.button-grp input{
    border:none;
    background:none;
	color:#3366cc;
}
.button-grp .submit{
    height:30px;
    line-height:30px;
    margin-top:5px;
}
.button-grp .submit input{
    display:inline-box;
    width:100%;
}
.button-grp .submit input:hover{
	cursor:pointer;
}
.button-grp .button_style{
/*	margin:60px 300px; padding:15px;*/
    height:30px;
    line-height:30px;
    margin-top:150px;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	border-radius:5px;
}
.button-grp .button_style:hover{
	cursor:pointer;
}
#mainbody table tr td{
    padding-top:20px;
    padding-bottom:20px;
}
#mainbody table tr{
    border-top:1px solid #e0e0e0;
}
#mainbody table tr.dummy td{
    padding-top:0px;
    padding-bottom:0px;
}
#mainbody table tr.dummy{
    border-top:none;
}

.image-save{
}
.image-save input{
    margin-top:5px;
	text-align:center;
	padding:6px 15px;
	background:#1111ff;
	color:#ffffff;
	border:1px solid #ccc;
	width:80px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	border-radius:5px;
	color:#ffffff;
}


.darkbg{
	background:#ddd !important;
}
#status{
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{ background:#f2fbef; border:1px solid #f2f2f2; color:#3366cc;}
.error{ background:#f0c6c3; border:1px solid #cc6622; }

