﻿/* Gradient 2 */
.textboxstyle1 {
	width: 221px;
	background: transparent url('bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
	
	  -moz-border-radius: 5px;
border-radius: 5px;


    
}

.textboxstyle2:focus {
     -moz-box-shadow: 0 0 3px #ccc;
-webkit-box-shadow: 0 0 3px #ccc;
box-shadow: 0 0 3px #ccc;
    
}

.textboxstyle3 
{
    
	border: 1px solid #CCCCCC;
   	resize: none;
	color : #333333;
	height:20px;
	padding:2px 5px;
	margin-bottom:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    
    -moz-border-radius: 2px;
border-radius: 2px;
 
}

.textboxstyle3:focus {
     -moz-box-shadow: 0 0 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
box-shadow: 0 0 1px #ccc;
    

}
.textboxstyle3:focus {
     -moz-box-shadow: 0 0 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
box-shadow: 0 0 1px #ccc;
    
}

