* {
	margin:0;
	padding:0;
	vertical-align: top;
	border:0;
}
html,body {
	font: 0.7em 'lucida grande', verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	color: rgb(40,40,40);
}
body {
	font-size: 101%;
	text-align:left;
	background:rgb(230,230,230);
}
table, tr, th, td {
	font-weight: normal;
}
/* ----------------------------------------------------------------------- */
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
a {
	color:rgb(184,134,60);
}
a:hover {
	color:rgb(160,160,160);
}
/* ----------------------------------------------------------------------- */
.clearer{
	clear:both;
}
span {
	color:rgb(184,134,60);
}
/* --------------------------------- input --------------------------- */
input [type=radio], input [type=checkbox] {
	border: none;
	background: none;
}
input, textarea, select {
	border: 1px solid rgb(205,205,205);
	background:rgb(250,250,245);
	color:rgb(40,40,35);
}
a:hover, input:hover, textarea:hover, select:hover, input [type=text]:focus, input [type=number]:focus, input [type=password]:focus, textarea:focus, select:focus {
	color:rgb(40,40,40);
	background:rgb(235,219,188);
	border:1px solid rgb(205,152,73);
}
a:hover, input:focus, textarea:focus, select:focus {
	background:rgb(235,219,188);
	border:1px solid rgb(205,152,73);
}
/* ----------------------------------------------------------------------- */
.button_1_1 {
	padding:5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color:rgb(205,152,73);
}
.button_1_1 input:hover {
	padding:5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(255,255,255);
	border-left: 2px solid rgb(255,255,255);
	background-color:rgb(205,152,73);
}
.button_2_1 {
	padding:5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(80,80,75);
	border: 1px solid rgb(205,205,200);
	background-color:rgb(235,235,230);
}
.button_3_1 {
	padding:5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color:rgb(205,152,73);
}


.body-warning {
	padding:5px;
	text-align:center;
	color:white;
	background-color:red;
}
.body-warning blink {
	color:yellow;
}
