
body {
	background-image: url(pic/hatter.jpg); 
	background-position: 0%;
	background-repeat: repeat;
	line-height:1.5;
	font-size:12px;
}

h1{
	margin-top:10px; 
	margin-bottom:30px;
	color:#58A618;
	font-size: 19px;
	font-weight:bold;
}

p{
	margin-top:10px;
	text-align:left;
}

/**********************
*		a -k
***********************/

a.none_menu
{
	text-decoration: none;
	color: #58A618;
}

a
{
	/*color: #58A618;*/
	text-decoration: none;
}

/**********************
*		table -k
***********************/

table.table
{
	border: 0 none;
}

table.table td
{
	border: 0 none;
}

hr{
	margin-top: 10px;
	margin-bottom: 20px;
	width:670px;
	height:1px;
	clear:both;
	border-style:outset;
	border-width:thin;
	clear:both;
	color:Sienna;
	float:left;
}

.input-text{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/textbox.png) repeat scroll 0 0;
	border:medium none;
	color:gray;
	font-size:1em;
	padding:8px;
	width:392px;
}

.input-text2{
	background: #000000 none repeat scroll 0 0;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:1em;
	padding:8px;
	width:392px;	
	opacity:0.3;
	filter: alpha(opacity = 30);
}

textarea{
	width:390px;
	height:200px;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:1em; 
	font-family:Arial;
	padding:8px 8px 8px 8px;
	background: #000000 none repeat scroll 0 0;
	opacity:0.3;
	filter: alpha(opacity = 30);
	line-height: 1.5em
}


form div{
	margin:1em 0;
	position: relative;
}

select{
	color:gray; 
	border:none; 
	background:url(../img/select.jpg) no-repeat 100% 50%;	
	height:36px;
	width:130px;
	width:150px;
	padding:8px;
	font-size:1em;
}

option{
	color:gray;  
	background-image:url(../img/select.jpg);	
	font-size:1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
select{
  background:#221914;
}
option{
  background:#221914;
}
}

/*
button, input, option, select, textarea {
	border: 1px outset;
	/* margin, padding: NEEDED 
}*/

/**********************
*	formok
***********************/

form.form {
	padding: 1em;
	line-height: 1.8em;
	font: 10px arial;
}

form.form div.left {
	float: left;
	clear: left;
	line-height: 1.8em;
	margin: 3px;
}

form.form div.right {
	float: right;
	clear: right;
	line-height: 1.5em;
	margin: 3px;
}

form.form div.date {
	position: relative;
	clear: both;
}

form.form div.date input {
	width: 5.5em;
}

.form_50 {
	border: 1px solid #3DC549;
	width: 50px;
	font: 10px arial;
	background-color: transparent;
}

.form_60 {
	border: 1px solid #3DC549;
	width: 60px;
	font: 10px arial;
	background-color: transparent;
}

.form_80 {
	border: 1px solid #3DC549;
	width: 80px;
	font: 10px arial;
	background-color: transparent;
}

.form_100 {
	border: 1px solid #3DC549;
	width: 100px;
	font: 10px arial;
	background-color: transparent;
}

.form_120 {
	border: 1px solid #3DC549;
	width: 120px;
	font: 10px arial;
	background-color: transparent;
}

.form_150 {
	border: 1px solid #3DC549;
	width: 150px;
	font: 10px arial;
	background-color: transparent;
}

.form_200 {
	border: 1px solid #3DC549;
	width: 200px;
	font: 10px arial;
	background-color: transparent;
}

form.form .submit {
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	/*text-shadow: 0 -1px 1px #222;*/
	border-bottom: 1px solid #222;
}


form.form .sort {
	cursor: pointer;
	border: 0px solid #222;
	color: white;
}

.form input[type='submit'], form.form input[type='button'] {
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	/*text-shadow: 0 -1px 1px #222;*/
	border-bottom: 1px solid #222;
}

form.form .textarea {
	border: 1px solid #3DC549;
	width: 350px;
	height: 200px;
}

