@charset "utf-8";
/* CSS Document */

.nvr_sectiontable{width:100%; border:0px;}
.nvr_sectionrow{
	border:1px solid #eaeaea;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	margin-top:15px;
	padding:15px 0px 10px 0px;
}
.nvr_sectionrow .nvr_remove_section_button{
	position:absolute;
	top:0px;
	right:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	background:#fff url(../../../images/backendimage/close.png) no-repeat center;
	border:1px solid #eaeaea;
	border-width:0px 0px 1px 1px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	text-indent:-9999px;
	width:30px;
	height:30px;
}
.nvr_sectionrow .nvr_remove_section_button:hover{
	background:#eaeaea url(../../../images/backendimage/close.png) no-repeat center;
	border-color:#eaeaea;
}
.nvr_sectiontable th{
	width:20%;
	padding:5px 0px;
}
.nvr_sectiontable td{
	padding-bottom:0px;
}
.nvr_sectiontable td.small{width:20%;}
.nvr_sectiontable td.middle{width:50%;}
.nvr_sectiontable ts.large{width:60%;}
.nvr_sectiontable label{font-weight:700;}
.nvr_sectiontable input, .nvr_sectiontable textarea{
	width:100%;
}