*
{

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

}

div.Frame
{

	background: url('../Images/BG.png') no-repeat;
        //background-attachment: fixed;
	height: 903px;
	margin: 0 auto;
	width: 720px;

}

div.Logo
{

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

}

	div.Logo a#Logo
	{

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

	}
	

div.Content
{

	//background: url('../Images/Content.png') no-repeat;
	//height: 550px;
    padding: 75px 5% 0;
	margin: 0 auto;
	//width: 550px;
        font-size: 15px;
        line-height: 100%;

        
}

div.Form
{

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

}

div.Fields
{

	height: 25px;
	width: 210px;

}

.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: 190px;
color: #020101!important;
background: transparent;

}

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: 52px;
	margin: 10px 0 0;
	width: 85px;

}*/

a#Terms
{

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

}

div.Success
{

	color: green;

}

legend.Warning
{

	color: red;

}

div.Success,
div.Warning
{

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

}

#customForm input.error
{
	background: #F8DBDB;
	border-color: #E77776;
        border:1px solid  #E77776;
}
#customForm div.error
{
	background: #F8DBDB;
	border-color: #E77776;
        border:1px solid  #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;

}

#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;

}


.btnClass {
	-moz-box-shadow:inset 2px 1px 12px 3px #97c4fe;
	-webkit-box-shadow:inset 2px 1px 12px 3px #97c4fe;
	box-shadow:inset 2px 1px 12px 3px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:25px;
	-moz-border-radius-topleft:25px;
	border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-radius-topright:25px;
	border-top-right-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomright:25px;
	border-bottom-right-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-radius-bottomleft:25px;
	border-bottom-left-radius:25px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:12px 3px 1px #1570cd;
}
.btnClass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.btnClass:active {
	position:relative;
	top:1px;
}

#tdTOS{
  //  min-height: 225px;
 //   width: 224px;
}
#TOSurl img{
    //background: transparent url('../Images/note.png');
    height: 110px;
    width: 109px;
    display: block;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    //text-indent: 10000px;
}

#TOSurl img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */ 
}
