/* Addition for career's page...*/
	
#career_body_container{
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
	color:#444444;	
	text-align:justify; 
	padding:20px 20px 10px 20px;
	float: left;
	border-left: 1px dashed #ccc;
	border-right:1px dashed #ccc;
	}
#career_body_container h1{
	font-size:0px;
	padding-bottom:6px;
	}
#career_body_container h2{
	font-size:12px;
	font-weight:bold;
	padding:0 0 8px 0px;
	}
#career_body_container p{
	padding:0 0 12px 0px;
	}
.show_hide{
	}
.show_hide .ques{
	color:#AFCB00;
	font-weight:bold;
	padding:0 0 10px 0;
	}
.show_hide .ques a{
	color:#AFCB00;
	text-decoration:none;
	}
.show_hide .ques a:hover{
	color:#AFCB00;
	text-decoration:underline;
	}
.show_hide .ans{
	padding:0 0 0px 0;
	font-size:11px;
	}
.career_form input.txtbox1{
	border:1px solid #D5D5D5;
	width:215px;
	height:16px;
	padding:2px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.career_form input.txtbox2{
	border:1px solid #D5D5D5;
	width:105px;
	height:16px;
	padding:2px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.career_form select.select1{
	border:1px solid #D5D5D5;
	width:228px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.career_form textarea{
	border:1px solid #D5D5D5;
	width:215px;
	height:38px;
	padding:0px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	}
.career_form input.button1{
	color:#666666;
	padding:0 2px 0 2px;
	font-size:11px;
	}