

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ I N P U T - A R E A   C S S   F I L E +++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* MAIN INPUT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

input, select, textarea {
	border:1px solid #dcdcdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
}

.checkbox {
	border:0px;
}

.radiobutton {
	border:0px;
}

.textbox {
	
}

.textbanner {
	position:relative;
	float:left;
	margin-right:10px;
}



/* BUTTONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.button, a.button_accept, a.button_stop, a.button_edit, .button, .button_accept, .button_stop, .button_edit {
	margin-right:10px;
	font-size:11px;
	color:#393939;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	display:block;
	float:left;
	text-align:center;
	padding:2px;
	border:1px solid #dcdcdc;
}

a.button:hover, a.button_accept:hover, a.button_stop:hover, a.button_edit, .button:hover, .button_accept:hover, .button_stop:hover, .button_edit:hover {
	margin-right:10px;
	font-size:11px;
	color:#268ec6;
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:100px;
	display:block;
	float:left;
	text-align:center;
	padding:2px;
	border:1px solid #268ec6;
}

.button_accept {
	background-image:url(images/iconset/03/16/02.png);
	background-repeat:no-repeat; 
	background-position:left;
}

.button_accept:hover {
	background-image:url(images/iconset/03/16/02.png); 
	background-repeat:no-repeat; 
	background-position:left;
}

.button_stop {
	background-image:url(images/iconset/03/16/50.png); 
	background-repeat:no-repeat; 
	background-position:left;
}

.button_stop:hover {
	background-image:url(images/iconset/03/16/50.png); 
	background-repeat:no-repeat; 
	background-position:left;
}

.button_edit {
	background-image:url(images/iconset/02/16/36.png); 
	background-repeat:no-repeat; 
	background-position:left;
}

.button_stop:edit {
	background-image:url(images/iconset/02/16/36.png);
	background-repeat:no-repeat; 
	background-position:left;
}
