* {
	border:0px;
	margin:0px;
	padding:0px;
	font-size: 100%;
	font-family: "Century Gothic","trebuchet ms",helvetica,arial,sans-serif;
}


body{
	background: url("../images/background.jpg") no-repeat scroll center 0;
}

header, footer, article, section, nav, aside {
    display: block;
}


input.cb {
	margin: 0px 10px 0px 20px;
}

input.text {
	border: 1px solid #576E94;
}

.button{
	display: inline-block;
	margin: 10px 0px;
	padding: 5px 30px;
	border: none;
	cursor: pointer;
	text-decoration:none;
	font-size:100%;
	background: #576E94;
	color: #fff;
	box-shadow: #999 1px 2px 3px;
	border-radius: 11px 4px 11px 4px;
	text-shadow: 0 0 1px #123;
	background: linear-gradient(#798FB6, #576E94);
}

.button:hover{
	color:yellow;
}

.button:active{
	color:yellow;
	background: linear-gradient(#354C72, #576E94);
}