body {
    background: #0071bb url("../img/logo-bg.png") no-repeat 53% 47% fixed;
}
.wrapper {
    width: 511px;
    margin: 0 auto;
}
.wrapper .logo {
    padding: 82px 6px 44px 0;
    text-align: center;
}
/*
.wrapper .user-name {
    color: #bddae6;
    padding-bottom: 11px;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}
*/
#form {
    width: 286px;
    padding: 14px 40px 100px;
    background: url("../img/form-bg.png") no-repeat center top;
    margin: auto;
    min-height: 225px;
    height: auto !important;
    height: 225px;
}
#form h2 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #0071bb;
    font-size: 20px;
    color: #0071bb;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
#form p {
    padding: 15px 0 2px;
}
#form label {
    display: block;
    font-size: 12px;
    color: #0071bb;
    padding: 0 6px 4px;
}
#form select {
    width: 97%;
   /* display: none;*/
}
#form input.bluefield {
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 1px #113870;

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    /* Shadow styles */
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
                        0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 	inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
                        0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
                        0px 1px 2px 0px rgba(0, 0, 0, 0.3);

    background: #0078c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #0078c1 0%, #0086cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078c1), color-stop(100%,#0086cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* IE10+ */
    background: linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078c1', endColorstr='#0086cd',GradientType=0 ); /* IE6-9 */
}
#form #period {
    width: 276px;
}






/* Styles for custom selects */
.done select{
	height:1px;
	width:1px;
	border:none;
	background:none;
	padding:0;
	margin:0;
    position: relative;
    left:-2px;
    z-index: -10;
	outline:none;
	}
.select-list{
	position:			absolute;
	left:				0
	}
.custom-select{
	z-index:			1
	}
.custom-select *{
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select: 	none;
	-ms-user-select: 	none;
	-o-user-select: 	none;
	user-select: 		none;
	}
.open_list{
	z-index:			10
	}
.custom-select ul,
.custom-select li{
	margin:				0;
	padding:			0;
	list-style:			none
	}
.custom-select,
.custom-select ul{
	position:			relative;
	top:				0;
	left:				0
	}
.custom-select .custom-text{
	cursor:				pointer;
	display:			inline-block;
	}
.custom-select li{
	cursor:				pointer
	}
.select-scroll{
	position:			absolute;
	right:				2px;
	top:				2px;
	z-index:			2
	}
.default-scroll ul{
	overflow-y:			scroll
	}
.custom-scroll{
	overflow:			hidden
	}
.scroll-drag{
	display:			block;
	position:			absolute;
	left:				1px;
	cursor:				pointer
	}
.disable *{
    cursor:             default !important
    }
/* Style for example*/
.custom-select{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	}
.custom-select .custom-text,
.custom-select.disable span.custom-text:hover{
	height:				26px;
	padding:			0 0 0 10px;
	line-height:		26px;
	color:				#FFF;
	text-shadow:		0 1px 1px #113870;

	/* Shadow styles */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    background: #0078c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #0078c1 0%, #0086cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078c1), color-stop(100%,#0086cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* IE10+ */
    background: linear-gradient(top,  #0078c1 0%,#0086cd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078c1', endColorstr='#0086cd',GradientType=0 ); /* IE6-9 */
	}
.custom-select .custom-text:after{
	font-size:			15px;
	position:			relative;
	top:				-6px;
	right:				12px;
	display:			block;
	float:				right;
	content:			'̬';
	}
.custom-select span.custom-text:hover,
.active span.custom-text{
    background: #1082c9; /* Old browsers */
    background: -moz-linear-gradient(top,  #1082c9 23%, #0078c1 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#1082c9), color-stop(98%,#0078c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1082c9 23%,#0078c1 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1082c9 23%,#0078c1 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1082c9 23%,#0078c1 98%); /* IE10+ */
    background: linear-gradient(top,  #1082c9 23%,#0078c1 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1082c9', endColorstr='#0078c1',GradientType=0 ); /* IE6-9 */

	}
.select-list{
	top:				28px;
	line-height:		25px;
	padding:			0 0 0 10px;
	background-color:	#0078c1;
	color:				#bdd3e6;
	text-shadow:		0 1px 1px #113870;
	/* border styles */
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	/* Shadow styles */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 		0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	}
.select-list.custom-scroll{
	padding:			2px 0 2px 10px;
	}
.select-list .selected,
.select-list li:hover{
	color:				#FFF
	}
.select-list li.disabled{
	color:				#CCCCCC;
	cursor:				default
	}
.select-scroll{
	background-color:	#73b0e2;
	width:				12px;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 		2px;
	}
.scroll-drag{
	top:				0;
	width:				10px;
	background-color:	#14609e;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 		2px;
	}
.maxlength .scroll-drag:after{
	display:			block;
	content:			'≡';
	font-size:			14px;
	position:			relative;
	left:				50%;
	top:				50%;
	margin:				-14px 0 0 -4px
	}
.custom-select .hover{
	color:				#FFF
	}
.disable{
    opacity:            0.5 !important;
    }
