/*
** form.css 
** CSS - handles all the form element
** Author: Steve TANGUE
** Date: 10.09.08
** Last edited: 
*/

form
{

}


label
{
	float: left;
	width: 180px;
	font-size: 10px;
	margin: 5px;
}

input
{
	float: left;
	width: 130px;
	padding-left: 5px;
	color: #999;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

input.checkbox
{
	background-color:#EFF4FA; 
	border:0px solid white;
	float: left;
	width: auto;
	padding: 0;
	color: #999;
}
div.sign_up_wrapper  p
{
	float:left;
	float: left;
	margin-top: 3px;
}

input.button
{
	color: #5A8ACC;
	background-color:#EFF4FA;
	border: none;
	width: auto;
	margin-left: 0px;
	cursor: pointer;
}

a.button
{
	float: left;
	width: auto;
	text-decoration: none;
	color: #5A8ACC;
	margin: 2px 0 0 10px;
}

a:hover.button
{
	text-decoration: underline;
}

.button span
{
	width: auto;
	float: left;
	text-align:center;
	cursor: pointer;
}


/* forgottent password wrapper */
div.forgotten_password_wrapper, div.form_wrapper
{
	float: left;
	margin-top: 10px;
	font-size: 10px;
}

div.advertising_wrapper
{
	float: left;
}


/* error form */

.error_input_login
{
	border-top: 1px solid red;
	border-left: 1px solid #FF8080;
	border-right: 1px solid #FF8080;
	border-bottom: 1px solid #FF9D9D;
	background-color:#FFECEE;
}

.errorText, .errorBText, .formError {
		color:#FF0000;
		font-weight:normal;
		font-size: 10px;
}

.errorText 
{ 
	font-size: 10px; 
	padding: 5px 10px; 
}

.errorBText 
{
	background-color:#FFECEE; 
	padding: 5px 10px; 
	margin-top: 10px;
	float: right;
	margin-right: 20px;
}

.info 
{ 
	font-size:10px; 
}



div.contact_form_advertise_with_us
{
	background-color:#EFF4FA;
	width: 655px;
	height: 390px;
	float: left;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 1.4em;
}

/* sign up form */
div.sign_up_form_warpper_bg
{
	background-color:#EFF4FA;
	width: 655px;
	height: auto;
	float: left;
	padding: 10px;
	margin-top: 9px;
}

div.sign_up_form_warpper_bg b
{
	font-size:0.7em;
}
/* wrapper input and label */
div.sign_up_wrapper
{
	float: left;
	/*width: 400px;*/
	width: 100%;
	margin-bottom: 10px;
	margin-left: 12px;
}
div.sign_up_error_message
{
	 float:left; 
	 position: relative;
	 margin: -10px 0 0 20px;
}
/* end document */
