@CHARSET "UTF-8";

/**********Lib************/
.nsl-w50{
	width: 50px;
}
.nsl-w60{
	width: 60px;
}
.nsl-w70{
	width: 70px;
}
.nsl-w80{
	width: 80px;
}
.nsl-w90{
	width: 90px;
}
.nsl-w100{
	width: 100px;
}
.nsl-w150{
	width: 150px;
}
.nsl-w200{
	width: 200px;
}
.nsl-w250{
	width: 250px;
}
.nsl-w300{
	width: 300px;
}
.nsl-l120{
	margin-left: 120px;
}

/**********form***********/
.nsl-form{}
.nsl-form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.nsl-form p label.title{
	display: block;
	float: left;
	padding: 8px 0 0;
	width: 120px;
}
.nsl-form p label.message{
	display: block;
	float: left;
	padding: 8px 0 8px 0;
}
.nsl-form p label.info{
	color: #2e2f30;
}
.nsl-form p label.success{
	color: #167bc1;
}
.nsl-form p label.error{
	color: #fa0909;
}


.nsl-error-container{
	margin: 0 0 10px 134px;
	padding: 0;
}
.nsl-error-container li{
	line-height: 22px;
	color: #fa0909; 
}
/**********Fields************/
.nsl-text,
.nsl-select,
.nsl-textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 9px 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e2f30;
}

/**********Buttons**************/


.nsl-button {
    
    -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
    -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
    box-shadow:inset 0px -3px 7px 0px #29bbff;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
    background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
    
    background-color:#2dabf9;
    
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    
    border:1px solid #6199bb;
    
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:normal;
    padding:9px 23px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #263666;
    cursor: pointer;
}
.nsl-button:hover {
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
    
    background-color:#0688fa;
}
.nsl-button:active {
    position:relative;
    top:1px;
}

/**********Registration************/
.nsl-form-container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e2f30;
	margin: 10px;
	padding: 10px;
	width: 600px;
	
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.nsl-form-container .heading{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.nsl-captcha-container{
	display: block;
	float: left;
	overflow: hidden;
}
.nsl-captcha-container img{
	display: block;
	float: left;
}
.nsl-captcha-container input{
	display: block;
	float: left;
	margin-right: 2px;
}
.nsl-birthday{
	margin-right: 3px;
}

