/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

#headerhome4a form {
	margin: 0 auto;
	margin-top: 20px;
}

#headerhome4a label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

#headerhome4a p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#headerhome4a p a:hover {
	color: #555;
}

#headerhome4a input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

#headerhome4a input[type=name], input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#headerhome4a input[type=name]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

#headerhome4a input[type=name]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#headerhome4a  input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

#headerhome4a  input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7e7f80), to(#2c2e2f));
	background-image: -moz-linear-gradient(top left 90deg, #7e7f80 0%, #2c2e2f 100%);
	background-image: linear-gradient(top left 90deg, #7e7f80 0%, #2c2e2f 100%);
	border-radius: 30px;
	border: 1px solid #212223;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

#headerhome4a input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7e7f80), to(#2c2e2f));
	background-image: -moz-linear-gradient(top left 90deg, #7e7f80 0%, #2c2e2f 100%);
	background-image: linear-gradient(top left 90deg, #7e7f80 0%, #2c2e2f 100%);color: #fb0617;
}
#headerhome4a input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2e2f), to(#7e7f80));
	background-image: -moz-linear-gradient(top left 90deg, #2c2e2f 0%, #7e7f80 100%);
	background-image: linear-gradient(top left 90deg, #2c2e2f 0%, #7e7f80 100%);color: #fb0617;
}



