/* West Brom Vacancy Search CSS Document */

@import url(http://www.westbrom.co.uk/styles/global.css);

.frame {
    border: 0;
    width: 750px;
    height: 50em;  
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
    text-align: left;
}
.content {
    padding-right: 15px;
}
.clear {
	clear: both;
}
select {
	height: 100px;
	width: 220px;
	font-size: 80%;
}
.search {
	float: left;
}
.search p {
	margin-bottom: 0.5em;
}
.results {
	font-size: 80%;
}
.vactitle, .branch {
	float: left;
	width: 45%;
	margin-bottom: 0.5em;
}
.desc {
	margin-bottom: 0.5em;
}
.apply {
	margin-bottom: 1.0em;
}
.hr {
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: dotted 1px #ccc;
	margin-bottom: 0.5em;
}
.search_but {
	background: transparent url(../img/search_but.gif) no-repeat;
	width: 70px; height: 20px;
	display: block;
}
.search_but span {
	display: none;
}
