
small{ font-size:10px;}
b, strong{ font-weight:bold;}
.left { float:left; }
.right { float:right; }
.alignleft { float: left; margin-right: 15px; }
.alignright { float: right; margin-left: 15px; }
.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.container { margin: 200px auto; position: relative; width: 940px; }



#slide-panel  form { margin: 0 20px; position: relative }
#slide-panel form input[type="text"],
#slide-panel form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(../images/icons.png) no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	font-size:15px;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
#slide-panel form input[type="text"]:focus,
#slide-panel form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#slide-panel form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}
#slide-panel form input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.button {
	background: rgb(247,249,250);
	background: -moz-linear-gradient(top,  rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0;
}
.button a {
	background: url(icons.png) 0 -112px no-repeat;
	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button a:hover {
	background-position: 0 -135px;
	color: #00aeef;
}





#slide-panel form { margin: 0 20px; position: relative }
#slide-panel form input[type="text"],
#slide-panel form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #e9e9e9 url(../images/icons.png) no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	font-size:15px;
	margin: 0 0 10px;
	padding: 8px 8px 8px 40px;
	width: 80%;
}
#slide-panel form input[type="text"]:focus,
#slide-panel form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}

#slide-panel form input[type="submit"] {
background: #ed514b; /* Old browsers */
background: -moz-linear-gradient(top, #ed514b 0%, #ee2e24 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed514b), color-stop(100%,#ee2e24)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ed514b 0%,#ee2e24 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ed514b 0%,#ee2e24 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ed514b 0%,#ee2e24 100%); /* IE10+ */
background: linear-gradient(top, #ed514b 0%,#ee2e24 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed514b', endColorstr='#ee2e24',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 3px #f15353 inset;
	-moz-box-shadow: 0 1px 3px #f15353 inset;
	-ms-box-shadow: 0 1px 3px #f15353 inset;
	-o-box-shadow: 0 1px 3px #f15353 inset;
	box-shadow: 0 1px 3px #f15353 inset;
	border: 1px solid #f15353;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 #b10000;
	width: 120px;
}
#slide-panel form input[type="submit"]:hover {
	-webkit-box-shadow: 0 1px 3px #b90800 inset;
	-moz-box-shadow: 0 1px 3px #b90800 inset;
	-ms-box-shadow: 0 1px 3px #b90800 inset;
	-o-box-shadow: 0 1px 3px #b90800 inset;
	box-shadow: 0 1px 3px #b90800 inset;
	border: 1px solid #b90800;
	background: #ed514b; /* Old browsers */
background: #ee332a; /* Old browsers */
background: -moz-linear-gradient(top, #ee332a 0%, #fc5850 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee332a), color-stop(100%,#fc5850)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ee332a 0%,#fc5850 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ee332a 0%,#fc5850 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ee332a 0%,#fc5850 100%); /* IE10+ */
background: linear-gradient(top, #ee332a 0%,#fc5850 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee332a', endColorstr='#fc5850',GradientType=0 ); /* IE6-9 */


}
#slide-panel form div a {
	color:red;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}
.panel-login{display:block; width:400px; margin:0 auto;}