input, textarea {				
	border:1px solid #000;;
	background:#fcfcfc url(../img/form-hg.png) repeat-x;
	color:#000;
	margin-bottom:3px;
	width:200px;
}
.error {
border:1px solid #000;
}
.red {
color:#eded8d;
}
input:focus, textarea:focus {

}
input.ismall {
width:70px;
}
textarea.iarea {
width:280px;
height:100px;
}
label {
width:80px;
display:block;
float:left;
}
.button {
border:0;
padding:2px 5px;
background:#eded8d;
color:#000;
font-weight:bold;
width:100px;
}

