﻿body {
	background-image:url(images/background2.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:Black;
	font-family:sans-serif;
	font-size:12pt;
}

a img {border:none;}

.TranBGt, .TranBGc, .TranBGb {
	width:399px;
	margin:0 0 0 420px ;
	overflow:hidden;
	color:White;
	font-size:85%;
}

.TranBGt {
	height:10px;
	background-image:url(images/transparent_background_fp_top.png);
}

.TranBGc { background-image:url(images/transparent_background_fp_center.png); }

.TranBGb {
	height:10px;
	background-image:url(images/transparent_background_fp_bottom.png);
}

h1 
{
	margin:auto 0;
	font-size:125%;
	text-align:center;
	background-image:url(images/h1_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	behavior: url(shared/iepngfix.htc);/*IE6*/
	height:26px;
	line-height:26px;
}

label { 
	float:left; 
	margin-left:20px; 
	width:130px;
}

.SubmitButton {
	float:left; 
	margin-left:180px;
}

#HeaderTop { margin-top:60px;}

#CenterTop { margin-top:15px; }

#Footer { margin-top:15px; }

#FormDiv img, #LangArrow, #ProblemArrow { margin:0 10px 0 0; }

#FormDiv p {
	margin-top:4px;
	margin-bottom:0;
	padding:0;
	clear:both;
}

#FormDiv input, #FormDiv select { font-size:12px; }

#WelcomeText {
	margin:10px 20px;
	text-align:justify;
}


   
/* IE6 hacks */
* html .TranBGc {
	background-image:url(images/transparent_background_fp_center_ie6.jpg);
	width:398px;
}

* html .TranBGt,  {
	background-image:url(images/topper_ie6.gif);
	width:398px;
}

* html .TranBGb,  {
	background-image:url(images/bottom_ie6.gif);
	width:398px;
}

* html h1 
{
		width:275px;
		position:relative;
		left:62px;
}

img {behavior: url(shared/iepngfix.htc);}

* html #HelpDiv {
		z-index:10;
		width:365px;
		height:481px;
		background-position:-14px -8px;
}

* html #HelpDiv img 
{
	top:10px;
	right:10px;
	width:12px;
	height:12px;
}

* html #HelpDiv #InstructionSheet { bottom:10px; }

* html .PromoText {margin-left:10px;}


