/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.JobSearchWrapper {
	padding:0 5px;
	margin:1em 0px;
	overflow: hidden;
	font-size: 90%;
	float: left;
	}

.JobSearchWrapper  input {
	font-size: 70%;
}
.JobSearchInnerWrapper .VacSrchItem select {
	color: #333333;
	width: 90%;
	font-size: 90%;
}
.JobSearchInnerWrapper .VacSrchItem label {
	font-size: 120%;
	margin: 0px;
	color: #3d0300;
	display: block;
	padding: 3px;
}




.JobSearchInnerWrapper {
	width: 100%;
}

.JobSearchWrapper table {
	width: 100%;
	font-size: 120%;
}
.VacSrchItem table {
	font-size: 80%;
}
.VacSrchItem strong {
	color: #853904;
}


.JobSearchWrapper h2 {
	margin:0 -10px;
	padding:0.3em 10px;
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	color: #A9551A;
	background-color: #FFFFFF;
	float: left;
	}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%;
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(/images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/images/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(/images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:14px;
	position:relative;
	left:-12px;
	background:url(/images/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 14px;
	background:url(/images/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 14px 0 0;
	background:url(/images/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFFFFF;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 0;
	}
/* CSS for the box ends here */
.i3 p {
	font-size: 90%;
}
.VacSrchItem {
	width: 98%;
}

.RoundedTable {
	width: 95%;		
}
.RoundedTable input, .RoundedTable textarea {
font-size: 80%;
		
}
.RoundedTable td {
	font-size: 90%;	
}
.RoundedTable .Top{
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
	line-height: 5px;
	background-image: url(../images/BoxShimTop.gif);
}
.RoundedTable .Right{
	background-image: url(../images/BoxShimRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 1px;	
}
.RoundedTable .Left{
	background-image: url(../images/BoxShimLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
	
	width: 5px;
}
.RoundedTable .Btm{
	background-image: url(../images/BoxShimBtm.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1px;	
}
.RoundedTable .TL {
	background-image: url(../images/TL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
		
}
.RoundedTable .TR{
	background-image: url(../images/TR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 5px;	
}
.RoundedTable .BL {
	background-image: url(../images/BL.gif);
	background-repeat: no-repeat;
	background-position: left top;
		
}
.RoundedTable .BR {
	background-image: url(../images/BR.gif);
	background-repeat: no-repeat;
	background-position: right top;
		
}
.RoundedTable .TopRow{
	line-height: 5px;		
}
.RoundedTable .BtmRow{
	line-height: 5px;		
}