/* Forms
*******************************************************/
#SearchForm_SearchForm {
    position:relative;
    top:66px;
    left:820px;
    width:104px;
    height:66px;
}
#SearchForm_SearchForm_action_results {
    background:url("../images/searchbutton.png") no-repeat;
    padding:0px;
    margin:0px;
    border: none;
    float: left;
    height:33px;
    width:104px;
}
#SearchForm_SearchForm_Search {
    background:url("../images/searchfield.png") no-repeat;
    font-size: 16px;
    border: none;
    color:#ffffff;
    float: left;
    height:33px;
    width:93px;
    padding:6px;
    padding-right:12px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form ul {
	list-style: none;
}

form label.left,
form label.right {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	display: inline !important;
	line-height: 1em !important;
}

div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.field {
	margin: 0;
	padding: 0;
}
	
input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
textarea {
	width: 300px;
}
#Remember label.right {
	text-align: left;
	float: none;
	display: inline;
	margin: 10px 0 0 0;
}
#SearchForm_SearchForm {
    position:relative;
    top:66px;
    left:820px;
    width:104px;
    height:66px;
}