body {
	background:none;
}

h3{
	font-size:20px;
	padding:10px 0 15px;
	text-align:center;
	font-weight:bold;
	color:#89994e;
	text-shadow:1px 1px 1px #fff;
}

h4 {
	font-size:14px;
	padding:5px 5px 5px 10px;
	color:#7d7d7d;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

input,textarea {
	margin-left:4px;
}

td {
	padding:5px 0;
}

a { 
	text-decoration: none;
	color:#256def;
}

p {
	margin:10px 0;
	font-size:10px;
}

.popup-green-header {
	background-color:#d5e4a1;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

label.label-caption {
	display:inline-block;
	margin:5px 0 0 10px;
	font-weight:bold;
	color: #424242;
}

div.selector {
    margin-left: -3px;
}


textarea.uniform {
	width:335px;
	resize:none;
}

span.popup-form-error {
	font-size:10px;
	color:red;
	display:block;
}

div.checker {
	float:none;
}

.popup-ratings-row td {
	width:50%;
}

.popup-ratings-row td .rating_hold {
	border-bottom: 1px dotted #ccc;
	padding:5px;
	height: 30px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size:9px;
}

.popup-ratings-row td .rating_hold label.label-caption {
	font-size:13px;
}

.popup-ratings-row label.label-caption {
	margin:0;
}

.tab-popup-active-left,
.tab-popup-inactive-right,
.tab-popup-inactive-left,
.tab-popup-active-right {
	float:left;
	width:230px;
	height:49px;
	background: transparent url(../images/popup/pop-up-tab-big-active-left.png);
	position:relative;
	z-index:2000;
	margin-top:-15px;
	padding-top:20px;
}

.tab-popup-inactive-right {
	background: transparent url(../images/popup/pop-up-tab-big-inacitve-right.png);
}

.tab-popup-inactive-left {
	background: transparent url(../images/popup/pop-up-tab-big-inactive-left.png);
}

.tab-popup-active-right {
	background: transparent url(../images/popup/pop-up-tab-big-acitve-right.png);
}

.tab-popup-center-v1,
.tab-popup-center-v2 {
	float:left;
	width:25px;
	height:69px;
	background: transparent url(../images/popup/pop-up-tab-big-c1.png);
	position:relative;
	z-index:2000;
	margin-top:-15px;
}

.tab-popup-center-v2 {
	background: transparent url(../images/popup/pop-up-tab-big-c2.png);
}

.tab-popup-bottom-v1,
.tab-popup-bottom-v2 {
	float:left;
	background: transparent url(../images/popup/pop-up-tab-bottom1.png);
	width:486px;
	height:33px;
	margin-top:-2px;
	position:relative;
}

.tab-popup-bottom-v2 {
	background: transparent url(../images/popup/pop-up-tab-bottom2.png);
}

.tab-popup img {
	margin: 0 5px 0 15px;
}

.tab-popup p {
	margin:0 5px 3px 5px;
}

input.text {
	width: 378px;
}

#sys_message_box .sys_messages_hold {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}