.SearchBox h2 {
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
	margin-top: 17px !important;
	margin-bottom: 0px !important;
}

.SearchBox {
    width: 371px !important;
	float: right !important;
}
.SearchBox input[type="submit"] {
    background: #000 !important;
    width:40px !important;
	    height: 32px !important;
    padding-top: 7px !important;
	color:#ffffff !important;
	 
}
.SearchBox  input[type="submit"]:hover { border:none !important;}
.SearchBox input {
    width: 146px !important;
    background: #fff !important;
	height:32px !important;
	color:#000000 !important;
}
.SearchBox .content {
    width: 87% !important;
    float: right !important;
	color: #fff !important;
}
.SearchBox input[type="radio"] {
    height: auto !important;
	    width: auto !important;
		margin-left: 8px;
}