/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


/*the below over ride css when logged in as a cand*/
.radiostyle {
width:20px; 
height:20px;
}


div#box{
	padding: 20px;
	margin:0 auto;
	color:#000;
	background-color: #D5EAFF;
}
#box {
width:650px;
margin: 0 0 0 140px;
}

.FieldLabel {
width: 250px;
margin-top: 7px;
}

.FieldWrap {
height: 50px;
}

.textfieldstyle {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 2px #E5E5E5;
    width: 350px;
	background:#FBFBFB none repeat scroll 0 0;
}

.dropdownfixed {
    font-size: 15px;
 /*   margin-bottom: 5px;
    display: block;
    padding: 0px;
	margin: 0px;
    border: solid 2px #E5E5E5;*/
    width: 359px;
	/*background:#FBFBFB none repeat scroll 0 0;*/
}

label {
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
color:#777777;
}

#SubmitBtn {
clear:both;
float:left;
margin-right:0px;
padding:10px 8px 0;
width: 560px;
}

.buttonstyle {
float:right;
}
/*this is for the height of the fieldwrap class*/
.height_small {
height: 50px;
}

.height_medium {
height: 100px;
}

.height_large {
height: 200px;
}

#middlebar {
	width: 650px;
}
