/* 

FORMS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 5. forms --------- */

/*	--------------------	*/
/*	search form	*/
/*	--------------------	*/
form.searchForm {
	height: 60px;
	width:300px;
	margin-left: 30px;
1	border: 1px solid #F0C;
		}
form.searchForm input {
	border:none;
		}
form.searchForm input#search {
	border: none;	
}
form.searchForm input.submitButton{
	background:url(/mainpics/search_icon.jpg) 0 0 no-repeat;
	width: 35px;
	height: 60px;
	border: none;
}
div#search1 {
	width: 180px;
	height: 60px;
	float:left;
	background:url(/mainpics/search_box.jpg) 0 0 no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}
div#search2 {
	display:inline;
	width: 35px;
	height: 60px;
	float: left;
	margin-top: 5px;
}
/*	--------------------	*/
/*	general form	*/
/*	--------------------	*/
form.contentCentreForm {
		clear: both;
		font-size: 1em;
		color: #3d7186;
		background: #edf5f8;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		border: 2px solid #a7c4d0;
		height: 1%;
		width: auto;
		}
form.contentCentreForm:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
form.contentCentreForm input {
		font-size: 1em;
		color: #3d7186;
		padding: 5px;
		border: 2px solid #a7c4d0;
		}
form.contentCentreForm select {
		font-size: 1em;
		color: #3d7186;
		background: #fff;
		padding: 5px;
		border: 2px solid #a7c4d0;
		}
form.contentCentreForm input.submitButton {
		color: #3d7186;
		background: #fff;
		border: 2px solid #a7c4d0;
		font-size: 1.2em;
		}
form.contentCentreForm input.submitButton:hover {
		color: #fff;
		background: #a7c4d0;
		border: 2px solid #a7c4d0;
		}
form.contentCentreForm p {
		float: left;
		padding: 0 5px;
		line-height: 40px;
1		border: 1px solid #ccc;
		}
form.contentCentreForm p.label {
		clear: left;
		width: 125px;
		text-align: right;
		color: #3d7186;
		}
form.contentCentreForm p.field {
		width: 300px;
		}
