/*
	author	:	Tanuja Devli
	filename:	style.css
	created	:	January 2007
	description	:	styling scheme for anthem institute
*/

#questionfield{
	position	:	relative;
	z-index		:	3;
	width		:	250px;
	margin		:	0 auto;
}
#questionlabel{
	position	:	relative;
	z-index		:	3;
	width		:	150px;
	margin		:	0 auto;
}
body {
	/*background-image	:	url(../images/bg_tile.gif);*/
    background-color:	#0C2E82;
      margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	text-align	:	center;
}

body.popup {
	background-image:	none;
	background-color:	#FFFFFF;
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	text-align	:	center;
}

div	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	left;
}

span.label	{
	font-family	:	arial;
	font-size	:	13px;
	font-weight	:	bold;
	color		:	#000000;
	float		:	left;
}

span.phonelabel	{
	font-family	:	arial;
	font-size	:	13px;
	font-weight	:	normal;
	color		:	#000000;
	float		:	left;
}

span.formfield	{
	float		:	right;
	padding-left:	60px;
}

span.radiofield {
	float		:	left;
	padding-left:	20px;
	padding-top	:	5px;
}

.belowpagelinks {
	float		:	center;
	text-align	:	center;
	color		:	#ffffff;
	text-decoration:	none;
}

.programlink	{
	font-family	:	Arial;
	font-size	:	12px;
	color		:	#0033FF;
	text-decoration	:	underline;
}

.programpoplink{
    font-family	:	verdana;
    font-size	:	11px;
    color		:	#0033FF;
    text-decoration	:	underline;
    font-weight	:	bold;
}

input, select	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
}

.error	{
	font-family	:	arial;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#990000;
}

.footleftlink {
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#333333;
	float		:	left;
	padding-left:	10px;
	padding-top	:	5px;
    text-decoration	:	underline;
}

.footrightlink	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#333333;
	float		:	right;
	padding-top	:	5px;
	padding-right	:	10px;
    text-decoration	:	underline;
}

.copyrightlink	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#333333;
	float		:	right;
	padding-top	:	5px;
	padding-right	:	10px;
    
}

.botnavlink	{
	text-align	:	left;
	font-size	:	10px;
	color		:	#ffffff;
}

.popclose {
	text-align	:	right;
	float 		:	right;
	font-size	:	11px;
	font-family	:	Verdana;
	color		:	#0033FF;
	padding-right	:	20px;
	text-decoration	:	underline;
}

.radio {
	font-family	:	arial;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#ffffff;
	float		:	left;
}

.popupbody {
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#000000;
	text-align	:	left;
}

.clear {
	clear		: 	both;
}

table {
	font-family: arial;
    font-size: 13px;
	margin-top: -10px;
}

.button {
	float	:	center;
}

.thide { display: none; }
.tshow { display: block; text-align: center; font-weight: bold; font-size:14px; color:#ffffff; }
.quest 				{font: 11px tahoma,verdana,sans-serif;  } 
