/* ****************************************************************************
@ Project       -> WWW.SNOWBIRDS.ORG
@ File name     -> Snowbirds_user_style.css
@ Date Created  -> March 20th, 2007
@ Author        -> Jose Johnson Pallikkathyil(www.supportresort.com) 
@ Extendibility -> Included in user pages
@ Functionality -> All styles used by the user section are added in this file
//**************************************************************************** */
.btn1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #991E0B;
	border: 1px solid #1F5465;
    height:20px;
}

.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E031D;
    background-color: #FDFFEC ;
	border: 1px solid #003300;
    width:100px;
    height:20px;
}
.txtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E031D;
    background-color: #FDFFEC ;
	border: 1px solid #003300;
 
}



