* {
	outline: none;
}

body {
	background: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

div.templates {
	font-size: 12px;
	padding: 10px 0;
}

#container {
	width: 800px;
	padding: 20px 50px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 50px #ddd;
}

span.bt {
	display: inline-block;
	color: #fff;
	background: #051039;
	padding: 10px;
	font-size: 18px;
	text-shadow: 0 1px #000;
	width: 602px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

span.bt2 {
	background: #ff4500;
}

span.bt.test {
	width: auto;
	padding: 10px 25px;
	margin-left: 2px;
}

select {
	-webkit-appearance: none;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 8px;
}

a {
	color: #334;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span.bt:hover {
	cursor: pointer;
}

h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
	color: #051039;
}

h1 span {
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 300;
	color: #1a3180;
}

h1 span:hover {
	cursor: pointer;
	color: #1f4ad7;
}

h2 {
	text-align: right;
	color:#ccc;
	font-weight: 100;
	font-size: 30px;
	text-transform: lowercase;
	padding: 0 0 20px;
	margin: 0;
}

h2:hover {
	color: #999;
	cursor: pointer;
}

.centre {
	text-align: center;
}

.head {
	text-transform: uppercase;
	font-weight: 400;
}

span.b {
	text-decoration: underline;
	color: #009bff;
}

span.b:hover {
	text-decoration: none;
	cursor: pointer;
}

input {
	border:1px solid #333;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 10px;
	width: 400px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.list {
	display: block;
	width: 100%;
	text-transform: uppercase;
	background: #eee;
	color: #000;
	font-size: 18px;
	padding: 5px 10px;
	margin:0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	text-shadow: 0 1px #fff;
}

.list:hover {
	font-weight: 400;
	background: #f5f5f5;
	text-decoration: underline;
	cursor: pointer;
}

.list span {
	font-size: 11px;
	float: right;
}

.list:hover span {
	text-decoration: none;
	font-weight: 300;
}