@font-face { font-family: ColabReg; src: url('ColabReg.otf'); } 
	/* Form styles */
	
	form.le-validate{
		font-family: Arial;
		width:208px;
		float:left;
		clear:both;
		margin:5px;
		padding:10px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;
		border:1px solid #eeeeee;
		-webkit-box-shadow: 0 0 15px #eeeeee;
		-moz-box-shadow: 0 0 15px #eeeeee;
		-o-box-shadow: 0 0 15px #eeeeee;
		box-shadow: 0 0 15px #eeeeee;
		line-height:1;
		background-color:#EEEEEE;
	}
	form.two_column{
		width: 436px;
	}
	form.three_column{
		width: 880px;
	}
	form.three_column div.block{
		margin-right: 20px;margin-left: 20px;padding-left: 2px;
	}
	form.two_column > div.block:nth-child(2n+2){margin-right: 20px;}
	form.three_column > div.block:nth-child(3n+1){margin-right: 0;}
	form.le-validate div.block:last-child{width:100%; margin:0; float:left;}
	
	form.le-validate h3{font-weight:bold; vertical-align:baseline;font-size:100%; margin:0; margin-bottom:10px; padding:0;}

	form.le-validate div.block{float:left; width: 243px; margin-bottom:7px;}
	form.le-validate div.block label{
		float:left;
		font-size: 15px;
		color: #a50101;
		font-family: Calibri;
		line-height: 24px;
		cursor: pointer;
	}
	form.le-validate div.block label:hover{
		color: #577;
	}
	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=submit].le-submit:active{
		border-top-color: #999999;
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(0,0,0,0.205656);
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(0,0,0,0.205656);
		-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(0,0,0,0.205656);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 0px 10px rgba(0,0,0,0.2);
		
	}
	
	form.le-validate input[type=text], form.le-validate input[type=password], form.le-validate input[type=textarea],form.le-validate select,form.le-validate option{
		display: block;
		height: 30px;
		width: 208px;
		margin: 0 0 10px 0;
		padding: 0 30px 0 10px;
		border: 1px solid #b8b5b5;
		color: #a50101;
		font-size: 12px;
		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;
		vertical-align:middle;
	}
	form.le-validate select,form.le-validate option{ width: 250px; height:32px; line-height:13px; margin:0px ;padding:5px 0 0 0;vertical-align:middle;
	}
	form.le-validate input[type=textarea]{
				width: 755px; height:40px;rows:3;
	}
	form.le-validate div.block input[type=textarea]{float:left; width: 755px; margin-bottom:15px; clear:both; height:40px;rows:3;}

	form.le-validate input[type=text]:focus, form.le-validate input[type=password]:focus, form.le-validate input[type=textarea]:focus,form.le-validate select:focus,,form.le-validate option:focus {
		color: #666666;
		border: 1px solid #51b1dd;
		-moz-box-shadow: inset 0 2px 5px #d7d7d7, 0px 0px 5px #c4e1e7;
		-webkit-box-shadow: inset 0 2px 5px #d7d7d7, 0px 0px 5px #c4e1e7;
		-o-box-shadow: inset 0 2px 5px #d7d7d7, 0px 0px 5px #c4e1e7;
		box-shadow: inset 0 2px 5px #d7d7d7, 0px 0px 5px #c4e1e7;
	}
	
	/* Notification styles */
	
	form.le-validate input.ico-valid, form.le-validate input.ico-invalid{
		background-repeat: no-repeat;
	}
	
	form.le-validate input.ico-valid{
		background-image: url(ico-valid.png);
		
	}
	
	form.le-validate input.ico-invalid{
		background-image: url(ico-invalid.png);
	}
	
	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;
	}
	
	div.le-notification-yellow{
		display:none;
		position: absolute;
		border:1px solid #de892e;
		
		padding: 3px 9px 5px 9px;
		background: #faaa2b;
		background: -o-linear-gradient(top,#eddf66 0, #faaa2b 100%);
		background: -moz-linear-gradient(top,#eddf66 0,#faaa2b,100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eddf66),color-stop(100%,#faaa2b));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eddf66',endColorstr='#faaa2b',GradientType=0);
		-webkit-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-moz-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-o-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-moz-border-radius: 5px;
		box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		
		-o-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	div.le-notification-yellow span{
		color: #934d03;
		font-family: Arial; 
		font-size:12px;
		-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.25);
		-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.25);
		-o-text-shadow: 0px 1px 0px rgba(255,255,255,0.25);
		text-shadow: 0px 1px 0px rgba(255,255,255,0.25);
	}
	
	div.le-notification-red{
		display:none;
		position: absolute;
		border:1px solid #a91022;
		
		padding: 3px 13px 5px 14px;
		background: #e11242;
		background: -o-linear-gradient(top,#f74747 0, #e11242 100%);
		background: -moz-linear-gradient(top,#f74747 0,#e11242,100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f74747),color-stop(100%,#e11242));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74747',endColorstr='#e11242',GradientType=0);
		-webkit-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-moz-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-moz-border-radius: 5px;
		-o-box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
		-o-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	div.le-notification-red span{
		color: white;
		font-family: Arial; 
		font-size:12px;
		-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		-o-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
	}
	
	div.le-notification-orange{
		display:none;
		font-size: 12px;
		text-decoration: none;
		margin: 0;
		position: absolute;
		padding: 5px 14px;
		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-size:15px;
		border:1px solid rgba(238,238,238,1);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		
		-o-box-shadow: 0px 1px 7px rgba(0,0,0,0.45), inset 0px 1px 0px rgba(255,255,255,0.205656);
		-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.45), inset 0px 1px 0px rgba(255,255,255,0.205656);
		-moz-box-shadow: 0px 1px 7px rgba(0,0,0,0.45), inset 0px 1px 0px rgba(255,255,255,0.205656);
		box-shadow: 0px 1px 7px rgba(0,0,0,0.45), inset 0px 1px 0px rgba(255,255,255,0.205656);
	
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	}
	div.le-notification-orange span{
		color: white;
		font-family: Arial; 
		font-size:12px;
		-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		-o-text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
	}
	
