@import url('reset.css');

html, body {
	height: 100%;
	width:100%;
}

body{
    background:#fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea, input { 
	outline: none;
}

.container{
	position:relative;
}

a{
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}

.clr{
	clear: both;
}

.content{
	position:relative;
}

h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}

h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.left {
	float:right;
}

.hidden {
	display:none; }

.auto {
	width:auto !important; }
	
	