#Form_ContactForm {
	width:100%;
}
	#Form_ContactForm fieldset{
		border:0;
	}
	#Form_ContactForm label{
		display:block;
		margin-top:5px;
	}
	#Form_ContactForm input{
		width:99%;
	}
	#Form_ContactForm textarea{
		width:99%;
	}
	#Form_ContactForm input.action{
		width:100px;
	}
.Actions {
	text-align:center;
}
#SearchForm_SearchForm {
	width:100%;
}
	#SearchForm_SearchForm fieldset{
		border:0;
	}
	#SearchForm_SearchForm input{
		width:95px;
		margin-right:5px;
		float:left;
		font-size:11px;
	}
	#SearchForm_SearchForm input.action{
		width:60px;
		margin-bottom:1.5em;
		border:1px #000 solid;
		background:#FFFFFF;
	}
#Form_Form {
	width:100%;
}
	#Form_Form ul {
		margin:0px;
		padding-left:0px;
	}
	#Form_Form li {
		list-style:none;
	}
	#Form_Form input.text {
		width:50%;
	}
	#Form_Form fieldset{
		border:0;
	}
	#Form_Form label.left{
		display:block;
		margin-top:5px;
	}
	#Form_Form input{
		width:25px;
	}
	#Form_Form input.action{
		width:100px;
	}
#login{
	color: #000;
	background-color:#fff;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	width: 100px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	border:1px #000000 solid;
}
#login:focus{
}
#login:hover{
}