*{
	margin:0;
	padding:0;
}

html{
	background-color:#f0f0f0;
	background-image:-moz-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
	background-image:-o-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
	background-image:-webkit-radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
	background-image:radial-gradient(circle closest-corner, #fff 0%, #ddd 100%);
}

body{
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	color:#888;
	padding:10px;
}


/*----------------------------
	Textarea and button
-----------------------------*/

form{
	width:500px;
	margin:190px auto 0;
	text-align:center;
}

textarea{
	resize:none;
	width:400px;
	height:280px;
	margin-bottom:20px;
	font:14px/1 'Segoe UI',Arial,sans-serif;
	color:#333;
	padding:4px;
	overflow:auto;
}

.blueButton,
.greenButton{
	background:url('../img/buttons.png') no-repeat;
	text-shadow:1px 1px 1px #277c9b;
	color:#fff !important;
	width:99px;
	height:38px;
	border:none;
	text-decoration:none;
	display:inline-block;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin: 0 4px;
}

.greenButton{
	background:url('../img/buttons.png') no-repeat right top;
	text-shadow:1px 1px 1px #498917;
}

.blueButton:hover,
.greenButton:hover{
	background-position:left bottom;
	text-decoration:none !important;
}

.greenButton:hover{
	background-position:right bottom;
}

.blueButton:active,
.greenButton:active{
	position:relative;
	bottom:-1px;
}



/*-------------------------
	Demo Page Styles
--------------------------*/


h1,h2{
	color: #444;
	line-height: 1;
	font-family: 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	font-weight: normal;
	margin: 0 auto 0 -340px;
	position: absolute;
	left: 50%;
}

h1{
	font-size: 25px;
	padding: 10px 25px 12px;
	top: 0;
}

h2{
	font-size: 13px;
	padding: 4px 25px 10px;
	top: 47px;
}

header{
	display:block;
	margin-top:40px;
	position:relative;
}

nav{
	display: block;
	margin: 300px auto 0;
	text-align: center;
	width: 650px;
}

footer{
	color: #BBBBBB;
	font-size: 15px;
	line-height: 1.6;
	padding: 60px 20px 0;
	text-align: center;
	display:block;
}

footer b{
	color: #888888;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}