@charset "utf-8";
/* GENERAL SETTINGS */
	form	{
		margin:0px;
		padding:0px;
	}
	input, select, textarea	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
	}
	input[type=text], input[type=password], textarea	{
		background:#FFF;
		line-height:12px;
		padding:3px;
		border:1px #CCC solid;
		display:block;
	}



/* FORM SETTINGS */
	#login_form input[type=text], 
	#login_form input[type=password]	{
		border:0px;
		padding:6px;
	}
	
	#login_form input[type=text]	{
		background:url(../images/inputBg.jpg) no-repeat bottom left #FFF;
	}
	.longInput	{
		width:280px;
	}

div.div_footerContent input[type="text"], 
div.div_footerContent input[type="password"], 
div.div_footerContent textarea {
	border:0 none;
	margin-bottom:-15px;
	padding:7px;
	width:230px;
}

div.div_footerContent input[type="text"], div.div_footerContent input[type="password"] {
	background:transparent url(../images/footerInput.jpg) no-repeat scroll 0 0;
}

div.div_footerContent textarea {
	background:transparent url(../images/footerTextArea.jpg) no-repeat scroll 0 0;
	height:50px;
	overflow:auto;
}
.startSearch{
    background-image: url(../images/buttonSearch.jpg);
    height: 32px;
    width: 111px;
    border:none;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

div.div_footerContent input[type="image"] {
	margin-left:180px;
}
/*header contact form*/
#contact-info img {
    float:left;
    border:1px solid #BDB398; 
    padding: 1px;
    margin-right:10px; 
}
#home-contact-form input[type="text"],
#home-contact-form textarea {
    width:250px;
}
#hiddenModalContent{
    display:none;
}
.maincontact dl{padding-top:10px;clear:both;}
.maincontact dt{float:left;width:100px;padding-left:10px;}
.maincontact dd{float:left;}
.maincontact input[type="text"]{ width:250px;}
.maincontact select {width:625px;padding:3px;}      
.maincontact textarea {width:622px;}
#contact-left {float:left;width:300px;}
#log-in form {margin-left:20px;}
