/*
Template Name: Internet Business
File: Forms CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/


/* ----------------------------------------------Search Form-------------------------------------*/

#search {
	margin-top: 25px;
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding-right: 15px;
	_margin-top: 42px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

/* ----------------------------------------------Forms in Content Area-------------------------------------*/


#bodycontainer form {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#bodycontainer fieldset
{
	display: block;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #023952;
	padding: 0em 1em 0em 1em;
}

#bodycontainer fieldset legend
{
	float: left;
	font-weight: normal;
}

#bodycontainer fieldset label
{
	position: relative;
	top: 0.5em;
	display: block;
	width: auto;
	margin: 0 0 0 0;
	font-weight: bold;
	clear: both;
	float: left;
	width: 10em;
	border: none;
}

#bodycontainer  fieldset input
{
	position: relative;
	top: 0.45em;
	left: 1em;
	display: block;
}

#bodycontainer  fieldset textarea
{
	position: relative;
	top: 0.45em;
	left: 1em;
	display: block;
}

#bodycontainer fieldset select
{
	position: relative;
	top: 0.45em;
	left: 1em;
	display: block;
}

/* ----------------------------------------------Newsletter-------------------------------------*/

#footer form{
	display:block;
	width:300px;
	margin:0;
	padding:10px 0;
	border:none;
	}

#footer legend{
	display:none;
	}

#footer legend{
	display:none;
	}

#footer input{
	display:block;
	float:left;
	width:140px;
	margin:2px 5px 2px 0;
	padding:5px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #DBDBDB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


#footer input #news_go{
	width:auto;
	height:auto;
	margin:0;
	padding:4px;
	}