.inputo {
background:white;
width:250px;
height:20px;
border:1px solid lightblue;;
font-family:arial,tahoma; 
font-size:12px; 
color:#555555;
/*-webkit-border-radius: 4px;
-moz-border-radius:4px;*/
}
.select {
background:white;
height:30px;
border:1px solid lightblue;;
font-family:arial,tahoma; 
font-size:12px; 
color:#555555;
/*-webkit-border-radius: 4px;
-moz-border-radius:4px;*/
}
.select {
background:white;
height:20px;
border:1px solid lightblue;;
font-family:arial,tahoma; 
font-size:12px; 
color:#555555;
}
.textarea {
background:white;
width:250px;
height:100px;
border:1px solid lightblue;;
font-family:arial,tahoma; 
font-size:12px; 
color:#555555;
/*-webkit-border-radius: 4px;
-moz-border-radius:4px;*/
}

.inputo:focus {
	background: url(../img/bgborang-input.jpg);
	border:1px solid #81992b;
}
textarea:focus {
	background: url(../img/bgborang-textarea.jpg);
	border:1px solid #81992b;
}

