@charset "UTF-8";
/* CSS Document */


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
option {
	background-color: #DFE8AF;
}
optgroup {
	background-color: #DFE8AF;
}
label {
	color:#FFFFFF;
	
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}



/*Text inputs*/
.textinput {
	width:236px;
	height:15px;
	border:none;
	background-image: url(../images/txt_input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


/*Text areas*/
.textarea {
	width:336px;
	height:125px;
	border:none;
	padding:4px 8px;
	background-image: url(../images/txtarea_input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}


/*Button*/
.buttonSubmit {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	border:none;
	background-image: url(../images/submit_button_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

.buttonSubmit:hover {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	border:none;
	background-image: url(../images/submit_button_both.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}
select {
	height: 20px;
	width: 250px;
	background-color: #DFE8AF;
}
.buttondelete {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
	background-image: url(../images/delete_button_both.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.buttondelete:hover {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	border:none;
	background-image: url(../images/delete_button_both.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}

