	
	form.le-validate{
		font-family: Arial;
		width:240px;
		float:left;
		clear:both;
		padding:30px;
                padding-left: 40px;
		
                               
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px;
	
	margin-left: 180px;
        margin-right: 100px;
	background-color: #f1f1f1;
        border:1px solid #e5e5e5;
	padding-top: 20px;
	padding-right: 50px;
        padding-bottom: 23px;
	}
	
	form.le-validate h3{
	font-weight:bold;
	vertical-align:baseline;
	font-size:16px;
	margin:0;
	margin-bottom:10px;
	padding:0;
	color: #333;
}

	form.le-validate div.block{float:left; width: 208px; margin-bottom:10px;}
	form.le-validate div.block label{
		float:left;
		font-size: 14px;
		color: #333;
		font-family: Calibri;
		line-height: 24px;
		cursor: pointer;
	}
	form.le-validate div.block label:hover{
		
	}
	form.le-validate div.block .req{
		color: #788;
		font-size: 11px;
		float: right;
		line-height: 24px;
	}
	
	form.le-validate p.form_message{
		display:none;
		clear:none;
		color:red;
		font-size:13px;
		margin-bottom: 0;
		padding-left:0 !important;
	}
	
	form.le-validate input[type=submit].le-submit{
		float: right;
		clear:both;
		font-size: 12px;
		text-decoration: none;
		margin: 0;
		position: relative;
		padding: 6px 15px;
		height: auto;
		width: auto;
		color: white;
		
		background-color: #cc3300;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc3300), to(#ff3300));
		background: -webkit-linear-gradient(top, #ff3300, #cc3300);
		background: -moz-linear-gradient(top, #ff3300, #cc3300);
		background: -ms-linear-gradient(top, #ff3300, #cc3300);
		background: -o-linear-gradient(top, #ff3300, #cc3300);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3300',endColorstr='#cc3300',GradientType=0);
		font-family: ColabReg, Myriad Pro, Arial; 
		font-size:15px;
		border-width:0;
		border-top-width:1px;
		border-top-style:solid;
		border-top-color:#DEDEDE;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		
		-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 0px rgba(255,255,255,0.205656);
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 0px rgba(255,255,255,0.205656);
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 0px rgba(255,255,255,0.205656);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 0px rgba(255,255,255,0.205656);
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='rgba(0,0,0,0.35))";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='rgba(0,0,0,0.35)');
		
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
		cursor:pointer;
	}
	form.le-validate input[type=submit].le-submit:hover{
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(255,255,255,0.405656);
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(255,255,255,0.405656);
		-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(255,255,255,0.405656);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(255,255,255,0.405656);
		
	}
	
	form.le-validate input[type=text], form.le-validate input[type=password], form.le-validate input[type=textarea]{
		display: block;
		height: 25px;
		width: 210px;
		padding: 0 30px 0 10px;
		color: #333;
		font-size: 14px;
		font-family: Arial, sans-serif;
		-moz-box-shadow: inset 0 2px 5px #d7d7d7, 1px 1px 2px #ffffff;
		-webkit-box-shadow: inset 0 2px 5px #d7d7d7, 1px 1px 2px #ffffff;
		-o-box-shadow: inset 0 2px 5px #d7d7d7, 1px 1px 2px #ffffff;
		box-shadow: inset 0 2px 5px #d7d7d7, 1px 1px 2px #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	
	div.le-notification{
		
		position: absolute;
		border:2px solid white;
		color: white;
		padding: 2px 7px;
		background: #666;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(20%,#444),color-stop(100%,#666));
		background: -moz-linear-gradient(top,#333 0, #444 20%, #666 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(20%,#444),color-stop(100%,#666));
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius:5px;
		border-radius: 5px;
		box-shadow: 0 0 6px rgba(0,0,0,0.41);
	
	}
	
	div.le-notification div.msg_item{float:left; clear:both; margin-bottom:3px;line-height:1 !important;}
	
	div.le-notification span{color: white;text-shadow: 0 1px 0 rgba(0, 0, 0, .5);font: 11px Arial, Helvetica, sans-serif;}
	div.le-notification span:before{
		content: "!";
		font-weight: bold;
		margin-right: 6px;
		padding: 0 5px; 
		background-color: white;
		color: #999;
		text-shadow: none;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		
	}
	div.le-notification span.mark{}
	div.le-notification .arrow{
		position: absolute;
		left: -8px;
		top: 50%;
		margin-top: -5px;
		color: #445;
		font-size: 10px;
	}
