
/********** PAGER **********/
#pager{
	margin: 20px 0 0 auto;
}
#pager a{
	text-decoration: none;
}
.pagerPages{
	padding: 0 4px 0 4px;
	background-color: #8A8A75;
	color: White;
}
.pagerLinks{
	padding: 0 4px 0 4px;
	border: 1px solid #D0D0C8;
	background-color: White;
	color: Black;
}
.pagerCurrent{
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid Black;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid Black;
	padding: 0 4px 0 4px;
	background-color: Black;
	color: White;
	font-weight: bold;
}

/********** FORMS **********/
form{
	margin: 0;
}
.inputBtn{
	padding: 0 .25em 0 .25em;
   width: auto;
   overflow: visible;
}
#iform{
	width: 28em;
	margin: 0 auto;
}
#iform br{
	clear: both;
}
#iform fieldset {
	padding: 6px; 
	margin-bottom: 10px;
}
#iform fieldset p {
	margin-top: 0;
}
#iform legend{
	letter-spacing: 3px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: Maroon;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
}
#iform label{
	float: left;
	display: inline;
	margin: 0.5em 1em 0.5em 0;
	cursor:pointer;
}
#iform label.short{
	width: 12em;
}
#iform label.reqShort{
	width: 12em;
	color: Red;
	background-color: White;
}
#iform label.long{
	width: 25.5em;
}
#iform label.reqLong{
	width: 25.5em;
	color: Red;
	background-color: White;
}
#iform label.short input,label.reqShort input,label.long input,label.reqLong input{
	display: block;
	border: 1px solid Silver;
}
#iform label select{
	display: block;  
	font-size: 11px;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#iform label textarea{
	display: block;
	border: 1px solid Silver;
	padding: 3px;
}
#iform textarea:focus, #iform input:focus{
	border: 1px solid red;
	background-color: #FFFFCC;
	color: #003366;
}
#iform label.other input,#iform label.other select{
	display: inline;
}