@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Denk+One);
body {
	background: url("../images/bg5.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);

}
header {
    margin: 20px auto;
}
article{
    margin-top: 40px;
width: 70%;
margin-right: auto;
margin-left: auto;

}
section {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
h1 {
        font: 2.1em "Century Gothic",Arial;
            color:#fff;
	text-shadow: 1px 1px 2px #000000;
    letter-spacing: 9px;
text-align: center;
}
h2 {
	color: #C46F6F;
	font-family: 'Denk One', sans-serif;
	font-size: 24px;
	margin:0;
	padding:0;
	text-align:left;
	text-shadow: 1px 1px 2px #000000;
    letter-spacing: 6px;
}
label {
	color: #A3DFFF;
display: block;
font-size: 15px;
font-weight: normal;
line-height: 22px;
margin: 8px 0px 0px;
text-align: left;
text-shadow: 1px 1px 2px #000;
}
form {
	height: 360px;
	margin-top:20%;
	margin-left: 30%;
	width: 400px;
}
input[type="text"], input[type="password"] {
    background-color: #2F2F2D;
    border: 1px solid #000000;
    color: #FFFFFF;
    height: 25px;
    line-height: 20px;
    margin: 0;
    outline: 1px solid #424242;
    padding: 0 5px;
    width: 250px;
}
input[type="submit"] {
    background: -moz-linear-gradient(center top , #444444 0px, #262626) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #BBBBBB, 0 0 1px #000000 inset;
    clear: both;
    color: #AAAAAA;
    float: right;
    font-size: 11px;
    margin: 10px 35% 0 0;
    padding: 5px 10px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
input[type="submit"]:hover {
box-shadow: 0 0 2px #BBBBBB, 0 0 3px #000000 inset;
    cursor: pointer;
}