@charset "iso-8859-1";

label {
	display: block;
	float: left;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.checkbox {
	padding: 0px 2px;
	height: 17px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
}

.select_240 {
	width: 242px;
	height: 19px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
}

.textfield_240 {
	width: 240px;
	height: 17px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
}

.textfield_360 {
	width: 360px;
	height: 17px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
}

.textfield_480 {
	width: 480px;
	height: 17px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
}

.textarea_360_150 {
	width: 360px;
	height: 150px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
	overflow: auto;
}

.textarea_480_150 {
	width: 480px;
	height: 150px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
	overflow: auto;
}

.textarea_480_300 {
	width: 480px;
	height: 300px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #333;
	border: 1px #AAA solid;
	vertical-align: bottom;
	overflow: auto;
}

.textarea_660_450 {
	width: 660px;
	height: 450px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #666;
	border: 1px #AAA solid;
	vertical-align: bottom;
	overflow: auto;
}

.button {
	float: left;
	background: url(../img/main/buttons/gray_left.gif) no-repeat;
	padding: 0 0 0 2px;
}

.button a, .button input {
	float: left;
	height: 22px;
	background: url(../img/main/buttons/gray_middle.gif) repeat-x left top;
	padding: 0 10px;
	line-height: 22px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #FFF;
	cursor: pointer;
	border: none;
}

.button span {
	background: url(../img/main/buttons/gray_right.gif) no-repeat;
	float: left;
	width: 2px;
	height: 22px;
}

.button_red {
	float: left;
	background: url(../img/main/buttons/red_left.gif) no-repeat;
	padding: 0 0 0 2px;
}

.button_red a, .button_red input {
	float: left;
	height: 22px;
	background: url(../img/main/buttons/red_middle.gif) repeat-x left top;
	padding: 0 10px;
	line-height: 22px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #FFF;
	cursor: pointer;
	border: none;
}

.button_red span {
	background: url(../img/main/buttons/red_right.gif) no-repeat;
	float: left;
	width: 2px;
	height: 22px;
}

div.buttons .button, div.buttons .button_red {
	margin: 5px 0;
	position: relative;
	margin-right: 12px;
}

input::-moz-focus-inner /*Remove button padding in FF*/ {
    padding: 0;
}

span.mandatory {
	font-weight: bold;
	background-color: transparent;
	color: #F30;
}

#no_label {
	position: relative;
	left: 150px;
	width: 360px;
}

#error_container {
	display: none;
	font-weight: bold;
	background-color: #eccecf;
	color: #C03;
	border: 2px solid #9e0b0f;
	padding: 2px;
	margin-bottom: 10px;
}

/* messages */
.message_error {
	padding: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #eccecf;
	color: #C03;
	border: 2px solid #C03;
}

.message_success {
	padding: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #DBF5D8;
	color: #090;
	border: 2px solid #090;
}
