input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #dbdbd3;
	background-color:#fff;
	color:#929292;
	padding: 10px;
	width: 540px;
	font-size:12px;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
}

select {
	width: 432px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	color:#262626;
	border-color:#b7b7b0;
}

fieldset {
	padding:10px 20px 10px;
	margin-bottom:10px;
	border:0 none;
	background-color:#f2f2ef;
}
fieldset legend {
	padding:5px 10px;
	margin-left:-5px;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:1.15em;
	border:none 0;
	background-color: #eaeae6;
	color: #262626;
}

fieldset p,
fieldset .formwrap {
	margin:0.6em 0 0.9em;
	clear:both;
}
fieldset span { float:left; width: 130px; padding-top: 7px; }

fieldset span.errorwrap, fieldset span.error{
	float:none;
	padding-top:0;
}
fieldset span.errorwrap{
	padding:0 0 10px 0px;
	display: inline-block;
	padding-left: 130px;
}
fieldset span.error{
	color: #b50023;
	font-weight: bold;
}
#applyingfor span.errorwrap, #contactdetails span.errorwrap, #otherdetails span.errorwrap{
	padding-left:0;
	float:none;
	display:block;
}

fieldset .smTxt { font-size: 0.8em; color: #666; }

fieldset input.txtshort{width:140px;}
fieldset input.txtshorter{width:80px;}
fieldset .top {
	margin:1.4em 0 0.9em 0;
}
fieldset input:focus, fieldset textarea:focus{
}

textarea.fullwidth {
	width: 590px;
}

#addB { margin-top: 20px; }
.submitB { float: right; margin-right: 25px; }

.hide { display: none; }
.show { display: block; }

/* Search Box *****************************************************/
#searchbox{
	float:right;
	padding:0 16px 16px;
	width:225px;
	background-color:#f2f2ef;
}
#searchbox .left{
	width:176px;
	height:29px;
}
#searchbox .right{
	width:40px;
	height:29px;
}
#searchbox input{
	margin:0;
}
#searchbox input[type="text"]{
	padding:7px;
	line-height:13px;
	height:13px;
	width:158px;
}

p label {display: block;}

fieldset .half{
  width:218px;
}
fieldset .half input[type="text"],
fieldset .half input[type="password"],
fieldset .half textarea{
  width:160px;
}
fieldset .half select{
  width:182px;
}