/* @override http://boneopark.efront.com.au/styles/forms.css */

/* FORMS */

.small-font{
	font-family: Arial, Helvetica, sans-serif;
	color:#00188C;
	font-size: 10px;
}
.medium-font{
	font-family: Arial, Helvetica, sans-serif;
	color:#00188C;
	font-size: 14px;
	font-weight: bold;
}

.textbox-area{
width:200px;
height:80px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
padding: 2px;
margin-bottom: 10px;
}

.select-field{
width:204px;
padding: 0px;
border: 1px solid #ccc;
margin-bottom: 10px;

}
.input{
width:200px;
padding: 2px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
margin-bottom: 10px;

}

.input-box{
width:20px;
padding: 2px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
text-align: center;
margin-bottom: 10px;
}

.input-medium{
width:175px;
padding: 2px;
border: 1px solid #ccc;

}

.checkbox{
width:20px;
padding: 2px;
border: 1px solid #ccc;

}


.tag{ 
width: 11em; 
color:#00188C;
font-size: 13px;
float: left; 

}

.tag_checkbox{
color:#00188C;
font-size: 13px;
font-weight: bold;
padding-bottom: 5px;

}

.error{
padding: 2px;
font-family: Arial, Helvetica, sans-serif;

}

.error img{
position: absolute;
}

table #membership{
padding: 5px;

}

.submit-button{
width: 170px;
height: 23px;
background-image: url('/images/btn_submit.gif');
border: none;
margin:5px 5px 5px 0px;
}


.submit-button:hover, .submit-button:active{
background-image: url('/images/btn_submit_hover.gif');
width: 170px;
height: 23px;
border: none;
margin:5px 5px 5px 0px;
}


.register-button{
width: 170px;
height: 23px;
background-image: url('/images/btn_register.gif');
border: none;
margin:5px 5px 5px 0px;
}

.register-button:hover, .register-button:active {

background-image: url('/images/btn_register_hover.gif');
width: 170px;
height: 23px;
border: none;
margin:5px 5px 5px 0px;
}

.subscribe-button{
width: 170px;
height: 23px;
background-image: url('/images/btn_subscribe.gif');
border: none;
margin:5px 5px 5px 0px;
}

.subscribe-button:hover, .subscribe-button:active{
background-image: url('/images/btn_subscribe_hover.gif');
width: 170px;
height: 23px;
border: none;
margin:5px 5px 5px 0px;
}



.search-button{
width: 170px;
height: 23px;
background-image: url('/images/btn_search.gif');
border: none;
margin:5px 5px 5px 0px;
}

.search-button:hover, .search-button:active{
background-image: url('/images/btn_search_hover.gif');
width: 170px;
height: 23px;
border: none;
margin:5px 5px 5px 0px;
}


#newsSearch p{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;

}

#search_results h2{
font-size: 24px;
font-family: Georgia;
font-weight: bold;
color: #003399;
margin-bottom: 15px;

}

#search_results {
border-top: 1px solid #00188C;
padding-top: 10px;
}





