/************ For the Careers Page *******************/
.question{
	color:#FFF;
	font-size:1em;
	font-weight: bold;
	text-align:center;
	background-color:#317082;
	width:300px;
	margin-left: 200px;
	margin-bottom:5px;
	margin-top:10px;
	padding-left:2px;
	height:16px;
	background-image:url('http://www.geocities.com/madhurima.charugundla/images/bg.gif');
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.answer{
	background-color:#E2EBED;
	margin-left: 200px;
	width:300px;
	visibility:hidden;
	height:15px;
	overflow:hidden;
	position:relative;
}
.answer_content{
	padding:1px;
	font-size:0.9em;
	position:relative;
	color: #0096BD;
}
