/*
** layout.css 
** CSS - handles the layout 
** Author: Steve TANGUE
** Date: 6.02.08
** Last edited: 
*/


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
}

h3
{
	float; left;
	font-weight: bold;
	font-size: 1.4em;
	float: left;
	text-align: left;
	margin: 10px 0 50px 0;
}

* html h3
{
	padding-top: 5px;
}


a {color: white; text-decoration: none;font-weight: bold; }

a:hover {text-decoration: underline;}

div#page_container
{

}

/* BLEL logo */
div#logo
{
	width: 800px;
	margin: 0 auto;
}

div#logo img
{
	padding: 25px 0 0 20px;
	margin: 0 auto;
	background-image: none;
}



/* page header */
div#page_header
{
	width: 100%;
	height: 120px;
	background-color:#5FE202;
	background-repeat:repeat;
	margin: 0 auto;
}

* html div#page_header {
	height: 90px; 
}

/* page content */
div#page_content
{
	background-image:url(../images/page_content_bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 539px;
	border-top: 1px solid #5FE202;
	border-bottom: 1px solid #efe35b;
	border-left: 0px solid red;
	border-right: 0px solid red;
	margin: 0 auto;
}


/* centre content */
div#centre_content
{
	width: 800px;
	height: 460px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	background-image:url(../images/form_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

* html div#centre_content {
	width: 800px;
	height: 460px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	background-image:url(../images/ie6_blueform_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat; 
}


div#form_blue_bg
{
	float: left;
	background-repeat:no-repeat;
	position: relative;
	margin-top: 10px;	
}

* html div#form_blue_bg
{
	margin-top: 38px;	
}

/* lindy loo image */
div#lindyloo {
	background-image:url(../images/girl.png);
	float: right;
	margin: 20px 60px 0 -200px;
	width: 130px;
	height: 275px;
	position: relative;
}

* html div#lindyloo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/girl.png', sizingMethod='crop');
	/*margin: -480px 30px 0 -0px;*/
	margin: 40px 30px 0 -200px;
}

/* 30 days trial speech bubble */
div#speech_bubble {
	background-image:url(../images/parents_bubble.png);
	float: left;
	margin: -600px 60px 0 450px;
	width: 300px;
	height: 109px;
	position: relative;
}

* html div#speech_bubble {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/parents_bubble.png', sizingMethod='crop');
	margin: -600px 0 0 220px;
}


/* create account green button */
span#create_account_btn
{
	float: right;
	width: 200px;
	height: 76px;
	background-image:url(../images/create_btn.png);
	background-repeat:no-repeat;
	position: relative;
	margin: 130px 60px 0 0;
}

* html span#create_account_btn
{
	background-image:url(../images/ie6_green_btn.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin: 85px 60px 0 0;
}

span#create_account_btn a
{
	width: 200px;
	height: 56px;
	padding-top: 22px;
	float: left;
	text-align:center;	
	color: white;
	text-decoration:none;	
}

span#create_account_btn a:hover
{
	color: white;
	text-decoration:underline;	
}

span#policy_link
{
	width: 100px;
	float: right;
	margin-top: 5px;
	margin-right: 125px;
}


a#policy_link a, a.help_link
{
	color: white;
	font-size: 0.8em;
}

/* help link "what's this" and "privacy policy" link */
a#policy_link , a.help_link
{
	color: #f4f4f4;
	font-size: 0.8em;
	text-decoration:none;
}

a:hover a#policy_link , a:hover.help_link
{
	color: white;
	text-decoration:underline;
}

a.help_link
{
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

a#policy_link
{
	padding: 0;
	margin: -15px 0 0 0;
}

/* page footer */
div#page_footer
{
	width: 100%;
	height: 20em;
	background-color:#efe35b;
}


div#element_form_wrapper
{
	width: 800px;
	height: 500px;
	position: relative;
	float: left;
}

div#instruction_text
{
	float: left;
	width: 470px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.3em;
}

div#instruction_text a
{
	color:#5FE202;
	text-decoration:none;
	border-bottom: 1px solid #5FE202;
}

div#instruction_text a:hover
{
	color: white;
	text-decoration:underline;
}

/* form element */
div.wrapper
{
	width: 590px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	float: left;
}

div.select_form_wrapper
{
	width: 500px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	position: relative;
}

div.select_form_wrapper span
{
	background-image:url(../images/textfield_bg.png);
	background-repeat:no-repeat;
	width: 263px;
	height: 41px;
	float: left;
	position: static;
	margin-bottom: 10px;
}

* html div.select_form_wrapper span
{
	float: none;
	position:static;
	background-image: none;
}


div.wrapper span
{
	background-image:url(../images/textfield_bg.png);
	background-repeat:no-repeat;
	width: 263px;
	height: 41px;
	float: left;
	position: relative;

}

* html div.wrapper span
{
	background-image:none;
	background-repeat:no-repeat;
	width: 263px;
	height: 41px;
	float: left;
	position: relative;
}

form label
{
	width: 200px;
	float: left;
	text-align: right;
	margin-top: 2px;
	padding-right: 15px;
	padding-top: 6px;
	position:inherit;
}

input
{
	float: left;
	padding: 6px 0;
	margin-left: 10px;
	font-size: 0.9em;
	border: 0px solid white;;
	width: 240px;
	height: 20px;
}

* html input
{
	width: 236px;
	padding-left: 4px;
}


SELECT
{
	padding: 2px 0 0 5px;
	font-size: 0.9em;
	margin: 2px 0 0 7px;
	width: 240px;
	border: 0px solid white;
}


/* reset div */
div.reset 
{
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}




/* end of file */