/***Buttons***/
.gsaButton,.vtButton{
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow:hidden;
	background: transparent url('../../graphics/buttons2/gsaLogin/btn_left2.gif') no-repeat top left;
	color: #fff;
	padding: 0 4px 0px 4px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: inline-block;
	text-decoration: none;
	height: 23px;
	margin:0;
	
}
/*IE7*/
*+ html .vtButton{
	padding:0;	
}

/*hover*/
.gsaButton:hover,.vtButton:hover { background-position: left -23px ; }

/*clicked*/
.gsaButton:active,.vtButton:active{ background-position: left -46px ; }

.gsaTxtArea, .snTxtArea, .bookNumTxtArea{
	color:#aaaaaa;
	height:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	padding:2px;
	margin:0;
	border: solid 1px #555555;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.gsaTxtArea:hover, .snTxtArea:hover, .bookNumTxtArea:hover,
.gsaTxtArea:focus, .snTxtArea:focus, .bookNumTxtArea:focus { 
background: #FFFFFF url('../../graphics/buttons2/gsaLogin/formGrad_hover.png') left top repeat-x;
	border-color: #c0cad2; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
.gsaTxtArea{width:265px;} 
/*IE7*/
*+ html .gsaTxtArea{width:272px;}

.snTxtArea{width:110px;}
.bookNumTxtArea{width:105px;}
