*
{

	font-family: 'Guttman David', 'Arial';
	direction: rtl;

}

div.Frame
{

	background: url('../Images/Background.png') no-repeat;
	height: 1400px;
	margin: 0 auto;
	width: 990px;

}

div.Logo
{

	height: 57px;
	margin: 0 auto;
	padding: 65px 0 10px;
	width: 343px;

}

	div.Logo a#Logo
	{

		background: url('../Images/Logo.png') no-repeat;
		display: block;
		height: 57px;
		width: 343px;

	}
	

div.Content
{

	background: url('../Images/ContentNew.png') no-repeat;
	height: 608px;
	margin: 0 auto;
	width: 682px;

}

div.Form
{

	margin: 30px auto 0;
	width: 630px;

}

div.Fields
{

	height: 25px;
	width: 300px;

}

.FieldsLeft
{

	float: left;
	padding: 0 15px 0 0;

}

.FieldsRight
{

	float: right;
	padding: 0 0 0 15px;

}

div.Fields label
{

	float: right;
	width: 100px;

}

div.Fields input[type="text"]
{

	border: 1px solid #000;
	float: left;
	width: 120px;

}

div.Fields select
{

	border: 1px solid #000;
	width: 50px;

}

div.Fields span
{

	width: 10px;

}

div.Fields select,
div.Fields span
{

	float: left;

}

input#Submit
{

	background: url('../Images/SubmitBackground.png') no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 54px;
	margin: 10px 0 0;
	width: 85px;

}

a#Terms
{

	background: url('../Images/Terms.png') no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 56px;
	left: 400px;
	position: absolute;
	top: 750px;
	width: 123px;

}

div.Success
{

	color: green;

}

legend.Warning
{

	color: red;

}

div.Success,
div.Warning
{

	margin: 40px auto 0;
	width: 500px;

}

/******* FORM *******/
/*
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
*/
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
/*
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
*/
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
/*
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}
*/
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 15px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #FF0000;
}
#error.valid ul li strong{
	color: #FF0000;
}
/******* /FORM *******/