/*--------MDJ.CSS--------
--Box model layout for:--
----meddevicejobs.com----
--Copyright: Carterdea---*/

/*---------Colors---------

Season, get your hands out of my colors. Jerk. This is why you live in Boston.

--------------------------*/

/* @group Global */

/*clear out everything for browser diffs*/
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	/*text-align: center;/*hack to center in < IE 5*/
	height: 100%;
	font-family: Helvetica, arial, tahoma, verdana, sans-serif;
	background: #FFFFFF url(../images/body_bg.gif) repeat-x top left;
}

html>body #container {
	height: auto;/*this is a hack that allows the page in Firefox to go to 100%*/
}

/* @end */

/* @group Layout */

#content {
  min-height: 500px;
  height: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 25px 23px 0;
  position: relative;
}

#header{
	width: 940px;
	margin: 0 auto;
	position: relative;
	height:128px;
}

/* Sidebar ============================*/
#sidebar{/*for quotes and other extraneous info . . .that sort of thing*/
	position:absolute;
	float: left;
	top: 20px;/*weird number makes the boxes line up in FF*/	
	right: 10px;
	width: 220px;
	margin: 15px 15px;
	padding: 0 10px 10px;
}

#sidebar.wider {
	width: 240px;
	padding: 0;
}


#main{
	width: 650px;
	z-index: 10;
}

#recent_searches{
	clear: both;
	border: 3px solid #dfdfdf;
	padding: 5px 10px;
}

#manage_candidate{
	border: 3px solid #dfdfdf;
}


#other_options{
	width: 350px;
	float: right;
}

#clear_all{
	clear: both;
}

#float{
	float: right;
}

.float_left{
	float: left;
	margin:0 20px 0 10px;
}

/* @end */

/* @group Background */

/*this is for saved jobs, saved candidates (anything tabular)*/

#wrapper {
	background: #12568d url(../images/header.gif) repeat-x top left;
}

#container{
	background:#fff url(../images/bg.gif) repeat-x top left;
}

#content{
	background:#fff url(../images/main.gif) no-repeat top center;
}

/*#sidebar{
	background: url(../images/sidebar.gif) no-repeat top center;
}*/

#footer{
	background: none;
	border-top: 1px solid #efefef;
	padding-top: 7px;
	color: #333;
	font-size: 90%;
	text-align: center;
	clear: both;
	margin-top: 15px;
/*	background: url(../images/footer.gif) repeat-x top center;*/
}


/* @end */

/* @group Header */



/* @end */

/* @group Nav */

#nav {
float:right;
width:100%;
font-size:120%;
line-height:normal;
}

* html #nav{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#nav ul{
list-style-type: none;
margin:0;
padding:0;
position: absolute;
top: 100px;
left: 550px;
}

#nav li{
	display:inline;
}

#nav a{
/*	background: #fff;*/
	text-decoration: none;
	color: #fff;
	z-index:0;
	padding: 8px 10px 40px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 4px;
	
}

#nav a:hover{
	color: #000;
	background-color: #ddebf3;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.page_nav {
    padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #eee;
}

.refine {
	float:right;
	position:relative;
	font-size:10pt;
	left:-10px;
	top:5px;
}


#current_page{
	background-color: #ddebf3;
	color: #222;
	padding: 8px 10px 40px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#switcher,#toolbox{
	position: absolute;
	z-index:98;
	top: 0;
	right: 0;
	background: url(../images/switcher-cand.png) no-repeat bottom center;
	width:256px;
	height:36px;
	padding-top:4px;
	text-align:center;
}


#switcher a, #toolbox a, #switcher2 a, #toolbox2 a{
	color: #222;
	text-decoration: none;
}

#switcher a:hover #second{
	color: green;
	text-decoration: underline;
}

#second{
	margin-right: 5px;
	text-align: right;
}

#toolbox a:hover,#toolbox2 a:hover{
	color: #000;
	text-decoration: underline;
}

#switcher2,#toolbox2{
	position: absolute;
	text-align:center;
	top: 0;
	right: 0;
	background: url(../images/switcher-hire.png) no-repeat bottom center;
	width:322px;
	padding-top:4px;
	height: 36px;
}

#switcher2 a, #toolbox a{
	color: #222;
	text-decoration: none;
}

#switcher2 a:hover #second{
	color: green;
	text-decoration: underline;
}



/* @end */

/* @group Text */

body{
	font-size:95%; /*Please don't touch these values right now, if you need to or want to, email me. */
	line-height:170%;
	color:#222;
}

p{
	margin-bottom: 10px;
}

#sidebar{
	font-size: 85%;
}

.emphasis{
	background: #fffb89;
	border-top: 1px solid #f3dd20;
	border-bottom: 1px solid #f3dd20;
	padding: 5px 10px;
	margin:20px 5px;
}

.emphasis2{
	background: #bcddf9;
	border-top: 1px solid #84ccfa;
	border-bottom: 1px solid #84ccfa;
	padding: 15px 10px 5px;
	margin:20px 5px;
}

.not_specified{
	font-style: italic;
	color: #878787;
	margin-right: 2px;
}

.accent_color{
	color: green;
}

.no_access{
	color: #ce4121;
}

.bigger_text{
	font-size: 110%;
}

.small_text{
	font-size: 80%;
}

.example_email{
	padding: 10px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.example_email_link{
	text-decoration: underline;
	color: #2e79b5;
}

.result_statistics{
	color: #666;
	font-size: 90%;
}

.align_right{
	text-align: right;
}

.no_more{
	text-decoration: line-through;
}

.update_date{
	margin-top: -10px;
	font-size: 80%;
	color: #999;
}

.improve_date{
	color: #666;
	font-style: italic;
}

#cc_guarantee{
	background: #fffb89;
	border-top: 1px solid #f3dd20;
	border-bottom: 1px solid #f3dd20;
	padding: 5px 10px;
	width: 300px;
	float: right;
	margin:20px 30px 0 0;
}

#flag{
	background: url(../images/flag.gif) no-repeat 0 0px;
	padding-left: 15px;
	font-size: 80%;	
	line-height: 0%;
	position: absolute;
	left: 500px;
	top: 300px;
}


/* @end */

/* @group Buttons */


/* @end */

/* @group Sidebar */


#testimonials{
	background: #eee;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.topspeechbubbles{
	padding-top: 16px;
	background: url(../images/speech_bubble_top.gif) no-repeat center top;
}

.speechbubbles{
	color: #333;
	font-style: italic;
	background: url(../images/speech_bubble_bottom.gif) no-repeat center bottom;
	padding:0 13px 33px;
}

.author,.title{
	text-align: right;
	margin: 0;
	line-height: 130%;
}

.title{
	margin-bottom: 20px;
}

#summary{
	background: #fffb89;
	border-top: 1px solid #f3dd20;
	border-bottom: 1px solid #f3dd20;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#summary .field_note{
	margin-top: -10px;
	line-height: 150%;
}

#prices{
	padding: 15px 10px 2px;
	background: #fff;
	border: 1px solid #ddd;
}

#prices p{
	line-height: 60%;
}

hr{
	border: none;
	border-top: 1px solid #333;
	margin-bottom: 7px;
}

#coupon_box{
	padding: 5px 10px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#twitter{
	padding: 5px 10px;
	background:#eff6fd;
	border-bottom: 1px solid #c7f9fc;}

/* @end */

/* @group CTA */

.box {
	position: relative;
	padding:0 10px 30px;
	margin: 20px 5px;
	border-top: 1px solid #c9d7f2;
	border-bottom: 1px solid #c9d7f2;
	background: #e4ebf9;
 /*url(../images/box.gif) repeat-x top left*/;
	/*width: 470px;*/
}

.box h2 img{
	position: relative;
	top: 5px;
}

.box h2{
	font-size: 120%;
	margin-bottom: 15px;
}

#screens{
	margin: 30px 0px -15px 0;
	float: right;
}

#resume_search{
	float: right;
	margin: -20px 40px -10px 0;
}

#post_job{
	float: right;
	margin: -20px -5px 0 0;
}

.cta{
	margin-top: -10px;
	clear: both;
}

.hide{
	visibility: hidden;
}

a.rollover { /* CSS sprites rollover */
    display: block;
    width: 233px;
    height: 90px;
    margin-right: 10px;
    margin-top: -16px;
 /*   background: url(../images/postresume.gif) 0 0 no-repeat;*/
    text-decoration: none;
    float: left;
}

a.rollover#post_your_resume:hover {
	background-position: -234px 0;
}

a.rollover#post_your_resume{
	background: url(../images/postresume.gif) 0 0 no-repeat;
}

a.rollover#get_resume_search{
	background: url(../images/getresumesearch.gif) 0 0 no-repeat;
}

a.rollover#get_resume_search:hover{
	background-position: -234px 0;;
}

a.rollover#buy_job_postings{
	background: url(../images/buyjobpostings.gif) 0 0 no-repeat;
}

a.rollover#buy_job_postings:hover{
	background-position: -234px 0;;
}


.or{
	font-size:130%;
}

.or2{
	position: relative;
	top: 30px;
	font-size:130%;
}

.or,#find{
	margin: 23px 0 10px;
}

#find{
	width: 255px;
	height: 33px;
	font-size: 160%;
	padding: 5px 5px 0px;
	border: 1px solid #aaa;
	border-right: none;
}

.submit{
	height: 25px;
	position: relative;
	top: 1px;
	font-size: 100%;
	padding-bottom: 2px;
}

.submit_big{
	height: 40px;
	position: relative;
	top: -3px;/* ff version */
	*top: -9px; /*everything else*/
	font-size: 115%;
}

.submit:hover{
	cursor: pointer;
}

.instructions{
	font-size: 80%;
	position: absolute;
	bottom: 15px;
	right: 175px;
	*right: 220px;
}

.learn_more a{
	background: #c9d7f2;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	margin: 0;
}

.learn_more a:hover,.learn_more a:visited:hover{
	background: #2f7bb7;
	color: #fff;
}

.learn_more a:visited{
	color: #2e79b5;
}

.learn_more2{
	position: relative;
	left: 17px;
	top: 28px;
	*top: 32px;
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	*font-family: Helvetica, Arial, sans-serif;
}

a:link.toggle, a:visited.toggle, a:active.toggle {
  color: #fff;
}

.toggle {
	background: #518ec4;
	position: relative;
	top:10px;
	text-decoration: none;
	padding: 4px;
	color:#FFFFFF;
}

a:hover.toggle{
	background: #2986c4;
}


.little_box{
	display: block;
	color: #333333;
	font-size: 150%;
	padding: 20px 20px;
	margin: 20px 10px;
	text-align: center;
	background: #fffb89;
	border-top: 1px solid #f3dd20;
	border-bottom: 1px solid #f3dd20;
	font-family: Arial, Helvetica, sans-serif;
	*font-family: Helvetica, arial, sans-serif; 
}

.little_box:hover{
	color: green;
}

/* @end */

/* @group Search Box */

.search_box{
	position: relative;
	background: #bcddf9;
	border-top: 1px solid #84ccfa;
	border-bottom: 1px solid #84ccfa;
	padding: 5px 20px 10px;
	margin: 10px 0 30px 0;
}


#main .search_box{
	width: 400px;
	float: right;
}
.search_box #keyword{
	width: 600px;
	font-size: 150%;
}

#main .search_box #keyword{
	width: 370px;
	font-size: 200%;
}

.search_box .field_note{
	margin: 0;
	font-size: 75%;
}

/* @end */



/* @group Featured Job */




#featured{
	background: #ffffcc;
	border-top: 1px solid #fffdba;
	border-bottom: 1px solid #fffdba;
	padding: 5px 10px;
	margin-bottom: 10px;
	
}

#featured p{
	font-size: 90%;
}

/* @end */

/* @group Error */

.error{
	color: #b40000;
	background: #ffe6e6;
	border-top: 1px solid #ffc9b9;
	border-bottom: 1px solid #ffc9b9;
	padding: 5px 15px;
	margin:0px, 5px, 5px;
	position:relative;
	top:5px;
	display:block;
}

.error li{
		list-style-type: none;
}

/* @end */

/* @group Highlight for Resumes */

.highlight {
  background-color: #FFFF66; /*yellow*/
}

.highlight1 {
  background-color: #A0FFFF; /*blue*/
}

.highlight2 {
  background-color: #99FF99; /*green*/
}

.highlight3 {
  background-color: #FF9999; /*peach*/
}

.highlight4 {
  background-color: #FF66FF; /*pink*/
}

.highlight5 {
  background-color: #BBBBFF; /*purple*/
}

/* @end */

/* @group Resume Sidebar */



/* @end */

/* @group Headings */

/*color for the headings*/

h1, h2, h3 {
	margin: 7px 0 5px;
	letter-spacing: 0px;
	
/*  color: #842421;*/
}

h1 {
  font-size:160%;
  margin-bottom: 10px;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

#top_margin{
	margin-top: 80px;
}

.bottom_margin{
	margin-bottom: 30px;
}

#cart{
	padding-left: 30px;
	background: url(../images/cart.gif) no-repeat 0 0;
}

.zoom_header{
	line-height: 55%;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
}

.heading_note{
	font-size: 70%;
	letter-spacing: 0;
}

/* @end */

/* @group Links */

a img {
  border: none;
}

a{
	color: #2e79b5;
}

a:visited{
	color: #68005f;
/*	color: #3505af;*/
}

a:hover{
	color: #ca0000;
	/*color: #df4f24;*/
}

#twitter_pic{
	padding: 8px 0 8px 40px;
	background: url(../images/twitter.gif) no-repeat 0 0;
}

#facebook_pic{
	margin-top: 5px;
	padding: 8px 0 8px 40px;
	background: url(../images/facebook.gif) no-repeat 0 0;
}

.vertical_align{
	/*position: relative;
	bottom: 11px;
	left: 3px;*/
	font-size: 103%;
}

/* @end */

/* @group Lists */

#recent_searches ol{
	margin-left: 25px;
}

.accent{
	background: #eff6fd;
}

.box ul, ol{
  margin: 0 0 16px 10px;
}

.box ul{
  list-style-type: none;
 /*list-style-position:outside;*/
  background-position:center left;
  font-size:120%;
}

.box li{
	padding:5px 0 7px 35px;
}

.emphasis2 ul{
	margin:10px 0 0 160px;
}

#resume,#post{
	background:url(../images/resume.gif) no-repeat 0px 5px;
}

#jobs{
	background:url(../images/jobs.gif) no-repeat 0 5px;
}

#granted{
	background: url(../images/granted.gif) no-repeat 0 5px;
}

#info,#confidential{
	background:url(../images/info.gif) no-repeat 0 5px;
}

#searchresumes{
	background: url(../images/search.gif) no-repeat 0 5px;
}

#candidates{
	background: url(../images/candidates.gif) no-repeat 0 5px;
}

#contact{
	background: url(../images/contact.gif) no-repeat 0 5px;
}

#duplicate{
	background: url(../images/duplicate.gif) no-repeat 0 5px;
}

#searchengine{
	background: url(../images/searchengine.gif) no-repeat 0 5px;
}

.apply_job{
	background: url(../images/apply.gif) no-repeat 3px 5px;
}

.email_job,.forward_cand{
	background: url(../images/contact.gif) no-repeat 3px 6px;
}

.forward_cand{
	font-size: 90%;
}

.save_job,.save_cand{
	background: url(../images/save.gif) no-repeat 3px 5px;
}

#options{
	display: block;
	margin:20px 0;
}

#options li, .zoom_actions li{
	list-style: none;
	display:inline;
}

#options a, .zoom_actions a{
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 105%;
	padding:6px 0 0 10px;
	width: 180px;
	height: 35px;
	background: url(../images/button.gif) no-repeat;
}

.zoom_actions a{
	float: left;
	margin:15px 5px 5px 0;
}

#options a:hover, .zoom_actions a:hover{
	color: #000;
	background-position: -190px 0px;
}

#options span{
	padding: 7px 0 2px 30px;
}

.zoom_actions span{
	padding: 7px 0 2px 30px;
}

#yes{
    background: url(../images/check.gif) 0 8px no-repeat;	
}

#no{
	background: url(../images/stop.gif) 0 8px no-repeat;
}

#searchbtn{
	background: url(../images/searchbtn.gif) 0 5px no-repeat;
}

#postbtn{
	background: url(../images/postbtn.gif) 0 5px no-repeat;
}

#resumebtn{
	background: url(../images/resumebtn.gif) 0 5px no-repeat;
}

#privacybtn{
	background: url(../images/privacybtn.gif) 0 5px no-repeat;
}

#personalbtn{
	background: url(../images/personalbtn.gif) 0 5px no-repeat;
}

#photo{
	background: url(../images/icon_photo.gif) 0 5px no-repeat;
}

#passwordbtn{
	background: url(../images/passwordbtn.gif) 0 5px no-repeat;
}

#paper_info{
	background: url(../images/paper_info.gif) 0 5px no-repeat;
}

#managebtn{
	background:  url(../images/managebtn.gif) 0 5px no-repeat;
	font-size: 90%;
}

#viewsavedbtn{
	background: url(../images/viewsavedbtn.gif) 0 1px no-repeat;
	font-size: 80%;
}

#accountbtn{
	background: url(../images/accountbtn.gif) 0 5px no-repeat;
}

#sidebar ul{
	list-style: none;
	font-size: 90%;
}

#sidebar ol{
	margin-left: 20px;
	font-size: 90%;
}

#sidebar li{
	padding: 1px 0 0 3px;
}

#folders ul{
	font-size: 120%;
}

.bullets{
	margin-bottom: 10px;
}

.bullets li{
	padding: 0 0 5px 0;
	margin-left: 15px;
	font-size: 110%;
	list-style-type: disc;
}
/* @end */

/* @group Images */

#logo{
	position: relative;
	top: 20px;
	z-index: 20;
	padding-top: 4px;
}

#up_arrow{
	top: -40px;
	right: 65px;
	position: absolute;
}

/* @end */

/* @group Tables */

table{
	margin: 20px 0 0;
	font-size: 85%;
}

td{
	padding: 0 5px;
}


.zoom{
	background: #eff6fd;
	border-top: 1px solid #c7f9fc;
	border-bottom: 1px solid #c7f9fc;
	padding: 10px 20px;
	font-size: 95%;
	position: relative;
}

.zoom th{
	text-align: right;
}

/* @end */

/* @group Form */

input,label{
	font-size: 100%;
	margin-top: 2px;
}

select{
	font-size: 110%;
	margin-bottom: 5px;
}

legend{
	font-weight: bold;
}

fieldset{
	background:#eff6fd;
	border-top: 1px solid #C7F9FC;
	border-right: none;
	border-bottom: 1px solid #C7F9FC;
	border-left: none;
	padding: 15px;
	margin-bottom: 10px;
	width: 620px;
}

.movedown_5 {
position:relative;
top: 5px;
}


#index_login{
	background: none;
}

#resume_fieldset{
	border: none;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}


#sidebar #login,#status,#folders{
	padding: 0 10px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.advanced_search {
	background:#eff6fd;
	border-top: 1px solid #C7F9FC;
	border-right: none;
	border-bottom: 1px solid #C7F9FC;
	border-left: none;
	padding: 15px;
	margin-bottom: 15px;
}

#login fieldset{
	border: none;
	width: 200px;/*for ie6*/
	padding: 0;/*for ie6*/
}

#sidebar label, #sidebar input, #sidebar textarea{
	font-size: 110%;
}

#register{
	position: relative;
	left: 100px;
}

/*#sidebar input{
	margin: 1px 0 8px;
	padding: 3px;
	width: 195px;
	border: 1px solid #ccc;
}
was gonna style all forms this way, but decided against it*/ 

#sidebar input{
	margin-bottom: 5px;
}

#button{
	cursor: pointer;
}

#resume_text{
	width: 610px;
	font-size: 105%;
	border: 1px solid #bbb;
	overflow: auto;
	padding: 10px;
}

.radio {
	margin-left: 5px;
	padding-top: 10px;
}


textarea{
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.field_note{
	font-size: 80%;
}

.registration_field_note,#resume_field_note{
	margin:0 0 7px 0;
	padding: 4px 10px 0;
	background: #fffb89;
	border-top: 1px solid #f3dd20;
	border-bottom: 1px solid #f3dd20;
}

.registration_field_note{
	font-size: 80%;
}

#alert{
	padding: 4px 0 2px 28px;
	background:#fffb89 url(../images/alert.gif) no-repeat 7px 6px;
}

.field_note p, #resume_field_note p{
	margin: 0;
}

#resume_field_note p{
	margin-bottom: 10px;
}

/* @end */



/* @group Find Jobs */

.confidential{
	color: #ce4121;
}

#sort_bar{
	font-size: 80%;
}

.j_no_accent{
	padding: 15px 20px 10px;
	border-bottom: 1px solid #eee;
}

.j_accent{
	background:#eff6fd;
	border-bottom: 1px solid #c7f9fc;
	padding: 10px 20px 10px;
}

.j_accent h3,.j_no_accent h3{
	font-size: 90%;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.j_accent p, .j_no_accent p{
	font-size: 85%;
	margin-bottom: 10px;
}

.j_accent h3 a:visited, .j_no_accent h3 a:visited{
	padding:0 0 7px 25px;
    background: url(../images/check.gif) 0 0 no-repeat;
}

/* @end */

/* @group Find Candidates */

.c_no_accent{
	padding: 15px 20px 10px;
	border-bottom: 1px solid #eee;
}


.featured{
	background: #ffffcc;
	border-top: 1px solid #fffdba;
	border-bottom: 1px solid #fffdba;
	padding: 5px 10px;
}

.can_photo {
position:relative;
left:10px;
}

.can_photo img{
margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	left:-2px;
	top:0px;
	padding: 4px;
	background-color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;

}

.h_logo{
position:relative;
left:10px;
top:5px;
}

.h_logo img{
margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	left:-2px;
	top:0px;
	padding: 4px;
	background-color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;

}

.delete{
float:right;
position:relative;
left:-10px;
font-size:9pt;
}

.c_accent{
	background:#eff6fd;
	border-bottom: 1px solid #c7f9fc;
	padding: 10px 20px 10px;
}

.c_accent h3,.c_no_accent h3{
	font-size: 90%;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.c_accent h3 a:visited, .c_no_accent h3 a:visited{
	padding:0 0 7px 25px;
    background: url(../images/check.gif) 0 0 no-repeat;
}

.c_accent th, .c_no_accent th{
	text-align: right;
}

h3.resume_present a{
	padding: 0 0 7px 25px;
	background: url(http://meddevicejobs.com/hiring/images/resume_present.gif) 0 0 no-repeat;
}

.c_accent h3.resume_present a:visited, .c_no_accent h3.resume_present a:visited{
	padding:0 0 7px 25px;
    background: url(http://meddevicejobs.com/hiring/images/resume_present_check.gif) 0 0 no-repeat;
}

.download{
	font-size: 110%;
	height: 40px;
	margin: 10px 10px 20px;
}

/*#advanced{
	postion: absolute;
}*/

#hidden fieldset{
	background: #bcddf9;
	border: 2px solid #eee;
}

/* @end */

/* @group Zoom Job */

#zoom_box{
	clear: both;
	margin: 20px 0 0;
	padding: 10px 20px;
	border: 5px solid #f5f5f5;
}

@-moz-document url-prefix() {
   body{
        font-family: tahoma, arial, sans-serif;
    }
	#nav {font-size:100%;
	}
	
	#toolbox {font-family:Arial, tahoma, Helvetica, sans-serif;
	}
}


/* @end */
