/* -----------------------------------------------
----------------- Global settings ----------------
------------------------------------------------*/
* 	{
	margin: 0;
	padding: 0;
}

body	{
	font-size: 12px;
	font-family: verdana, trebuchet ms, arial;
	background: #131313;
}

a	{
	color: #121111;
	text-decoration: none;
}

a:hover {
	color: #121111;
	text-decoration: none;
}

div#clear {
	clear: both;
}

h1 {
	font-size: 24px;
	font-family: verdana, trebuchet ms, arial;
	color: #ffffff;
}

h2 {
	font-size: 22px;
	font-family: verdana, trebuchet ms, arial;
	color: #757575;
}

h3 {
	font-size: 18px;
	font-family: verdana, trebuchet ms, arial;
	color: #757575;
}

p {
	padding-bottom: 10px;
}

div.formleft {
	float: left;
	width: 150px;
	padding: 13px 10px 0px 10px;
}

div.formright {
	float: left;
	width: 420px;
	padding: 8px;
	margin-top: 10px;
}

form {
	margin-left: 600px;
	margin-top: 50px;
}


input {
	padding: 3px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border: 0px solid #e5ecf2;
	background: #f1f5f8;
	-moz-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	height: 30px;
}

input[type="submit"] {
	width: 150px;
	padding: 5px;
	font-size: 13px;
	border-radius: 30px;
}

input[type="image"] {
	width: 85px;
	padding: 0px;
	border-radius: 0px;
	border: 0px solid #e5ecf2;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="radio"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

input[type="checkbox"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

textarea {
	padding: 3px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 0px solid #e5ecf2;
	background: #f1f5f8;
	-moz-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
}

select {
	padding: 3px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 0px solid #e5ecf2;
	background: #f1f5f8;
	-moz-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	box-shadow: rgba(0,0,0,.2) 1px 1px 3px inset;
	color: #8b97a1;
	font-family: graublauweb, verdana
}

div.success {
	padding: 2% 5%;
	margin: 5% 0px;
	width: 80%;
	border: 1px solid #38a000;
	background: #c4e4b3;
	color: #38a000;
}

div.fail {
	padding: 2% 5%;
	margin: 5% 0px;
	width: 80%;
	border: 1px solid #d26d6d;
	background: #efb0b0;
	color: #d26d6d;
}