
 
  .TextBox { 
    background: white; 
    border: 1px double #DDD; 
    border-radius: 0px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
    height:25px; 
    width: 275px; 

} 
.TextBox:focus { 
background-color: #d6eef8; 
outline: 0; 
} 



  .TextBox1 { 
    background: white; 
    border: 1px double #DDD; 
    border-radius: 0px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
    height:100px; 
    width: 272px; 
  }

.TextBox1:focus { 
background-color: #d6eef8; 
outline: 0; 
} 

.btnReset {
	font-size:14px;
	
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #3866a3;
	padding:4px 19px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #6ebef0), color-stop(100%, #509ec0) );
	background:-moz-linear-gradient( center top, #6ebef0 5%, #509ec0 100% );
	background:-ms-linear-gradient( top, #6ebef0 5%, #509ec0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebef0', endColorstr='#509ec0');
	background-color:#6ebef0;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #7cacde;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}.btnReset:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #509ec0), color-stop(100%, #6ebef0) );
	background:-moz-linear-gradient( center top, #509ec0 5%, #6ebef0 100% );
	background:-ms-linear-gradient( top, #509ec0 5%, #6ebef0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#509ec0', endColorstr='#6ebef0');
	background-color:#509ec0;
}.btnReset:active {
	position:relative;
	top:1px;
}
.btnReset:disabled {
font-size:14px;
	position:static;
	top:0px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #3866a3;
	padding:4px 19px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bebebe), color-stop(100%, #505050) );
	background:-moz-linear-gradient( center top, #bebebe 5%, #505050 100% );
	background:-ms-linear-gradient( top, #bebebe 5%, #505050 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#505050');
	background-color:#bebebe;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #7cacde;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bebebe;
}