input,textarea{
	font-family:"Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
		font-size:1.2em;
		padding:.4em;
		display:inline;
		width:50%;
}

input[type=hidden]{
	display:none;
}

form{
	padding:20px;
	border:1px solid #efefef;
	background-color:#efefef;
	background-image: url(../img/form_bg.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
	border-style:outset;
	position:relative;
}

form img{
	display:block;
	border:2px solid #000;
	margin-top:5px;
}

label{
	font-size:13px;
	padding: 5px 2px 0px 2px;
	font-weight:900;
	display:block;
	color:#333;
	margin: 6px 0px 0px 0px;
	text-transform: capitalize;
}

input[type=radio],input[type=checkbox]{
	display:inline-block;
	float:left;
	width:auto;
	text-align:left;
	margin: 15px 10px 0px 5px;
}

label.checkbox{
	display:inline-block;
	float:left;
	width:auto;
}

label.floater{
	display:inline-block;
	float:left;
	width:auto;
	margin:0;
	padding: 0px 0px 4px 0px;
}



input[type=file]{
	margin-top:5px;
}



.formTip{
	padding:15px;
	border:1px solid #dbcdbf;
	border-style:outset;
	background-color:#f0f0c0;
	line-height:130%;
	font-size:13px;
	color:#333;
	margin-left:10px;
	margin-bottom:10px;
	background-image: url(../img/formTipBg.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	overflow:hidden;
}

.formTip p{
	white-space: pre-wrap;
}

.formTip h1{
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px; 
	
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px; 
	border-radius: 3px;
	/*behavior: url(border-radius.htc);*/
	
	padding: 10px 10px 10px 10px;
	margin: -15px -15px 15px -15px;
	font-size:13px;
	color:white;
	font-weight:bold;
	text-transform:capitalize;
	font-family:'Lucida Sans',Arial,Verdana,sans-serif;
	letter-spacing:normal;
	background-image: url(../img/app.png);
	background-repeat:no-repeat;
	background-position:-182px -200px;
	border-bottom:1px solid black;
	line-height:100%;
}


fieldset{
	border:1px solid #ccc;
	padding:5px;
}

.formRow{
	display:block;
	overflow:hidden;
}


legend{
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-transform: uppercase;
}




input[type=text]:focus,input.large:focus { 
	background-color: lightyellow; 
	/*	
	font-size:24px;
	padding:8px;
	*/
	border:1px solid black;

}



textarea:focus{
	background-color:lightyellow;
	border:1px solid black;
	/*height:200px;*/
}

label.large{
	padding-left:.2em;
	padding-bottom:.3em;
	letter-spacing:.15px;
}


input.large, label.large{
	font-size:14px;
	color:#000;
	padding:10px;
	font-weight:bold;
}

input.large{
	width:65%;
}

input[type=button]{
	width:auto;
}

input[type=file]{
	display:block;
}

input[type=text],input[type=password],textarea{
	border:1px solid #777;
	border-style:inset;
	line-height:110%;
}

#progressBar{
	background-image: url(../img/progress_bar.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:200px;
	height:30px;
	display:none;
}

input[type=password]{
	font-family:Verdana,Sans-serif;
}

textarea{
	width:95%;
	height:60px;
	line-height:135%;
}



select{
	font-size:14px;
	padding:2px;
	border:1px solid #ccc;
	width:50%;
}

select.large{
	font-size:18px;
}

option{
	font-size:12px;
	padding:2px;
}

input[type=password]{
	width:60%;
	max-width:300px;
}

input[type=submit],a.butLink,a.pButLink{
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	width:auto;
	padding: 10px;
	height:auto;
	background-image: url(../img/app.png);
	background-repeat: no-repeat;
	background-position: -180px -39px;
	background-color:;
	border:3px solid #3f074c;
	color:white;
	text-transform:capitalize;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:.15px;
	text-decoration:none;
}

form input[type=submit], form a.butLink, form a.pButLink{
	float:left;
}


input[type=submit]:hover,a:hover.butLink{
	background-position: -180px 0px;
	border-color:#6c2682;
}


a.butLink, a.pButLink{
	white-space:nowrap;
	display:inline-block;
	background-position: -180px -100px;
	color:#333;
	border-color:#999;
}

a:hover.butLink, a:hover.pButLink{
	background-position: -180px -140px;
	color:black;
	border-color:#ccc;
	background-color:white;
}

input[type=image]{
	padding:0;
}

a.pButLink{
	border:3px solid #3f074c;
	color:white;
	background-position: -180px -41px;
}

a:hover.pButLink{
	color:white;
	background-position: -180px 0px;
	border-color:#6c2682;
}


form hr{
	margin: 15px 0px 15px 0px;
	border:none;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #fff;
}
/*
#paypalForm{
	border:none;
	padding:0;
	margin:0;
	background:none;
}

#paypalForm input{
	width:auto;
	border:none;
	height:auto;
}*/

#searchForm{
	margin-bottom:20px;
}

#searchForm input[type=submit],#searchForm input.large{
	float:left;
}

#searchForm input.large{
	margin-right:5px;
	height:22px;
	width:500px;
}

#searchForm a.smallButton{
	margin-top:8px;
}

#advancedSearchForm{
	margin: 50px 0px 10px 0px;
	clear: both;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.rangeToSpan{
	display:inline-block;
	float:left;
	padding:10px;
}

#advancedSearchForm input.priceRange{
	display:inline-block;
	float:left;
	width:150px;
}

.actions a.smallButton{

	float:none;
	width:auto;
	
	border:2px solid #999;
	margin: 0px 5px 2px 0px;
}


#advancedSearchForm input, #advancedSearchForm select{
	width:90%;
}

.noFloat{
	float:none;
	display:inline-block;
}

