/*  
Author: Henmaker
Author URI: http://henstudio.com

*/

.qr_background {
	background: url(../images/quickres_bg.gif) no-repeat;
}

.quickres_text {
		font-size: 70%;
}

.quickres_header {
	color: #535353;
	font: 17px "century gothic";
}

.label{
	font-size: 9px;
}

.txtInput{
	background: #ababab;
	border: 1px solid #787270;
	height: 16px;
	font-size: 10px;
}
 
.txtInput:focus{
	background: #fff;
}

.dropDown {
	background: #ababab;
	border: 1px solid #ffffff;
	height: 16px;
	font-size: 10px;	
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.btn {
	font-size: 75%;	
	background-color: #9da5a8;
	height: 17px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 1px double #000;
	margin: 0;
	padding: 1px 5px 3px;
}
.btn:hover {
	background-color: #767c7f;
}
.btn:visited {
	color: #999;	
}

.calendar {
  border-width: 1px;
  font-size: 12px;
}

.calendar table {
  font-size: 12px;

}

.calendar td {
	padding: 2px;
}


