*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input:focus {
	outline: none;
}
html {
	width: 100%;
}
body {
	width: 100%;
	background: #ddd;
	font-family: "century gothic", "myriad pro", verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #333;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	letter-spacing: 5px;
}

p {
	text-align: justify;
}

div#container {
	width: 100%;
	height: 100%;
	background: url('/noise.png') repeat;
}

div#brand786 {
	height: 52px;
	background: url('/topleft.png') no-repeat;
}

div#brand786 img {
	position: absolute;
	top: 10px;
	right: 15px;
}

div#banner img {
	width: 100%;
}

div#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	line-height: 30px;
}

div#logo {
	text-align: center;
	margin: 50px 0;
}

div#left {
	width: 470px;
	float: left;
	padding: 0 0 30px 0px;
}

div#right {
	width: 440px;
	float: right;
}

input {
	line-height: 1;
	width: 400px;
	background: #ccc;
	height: 60px;
	box-shadow: inset 2px 2px 6px -2px #333;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: #eee 10px solid;
	padding: 0 85px 0 15px;
}

input#submit {
	line-height: 1;
	width: auto;
	background: #ff9f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9f00 0%, #e57201 64%, #e57201 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f00), color-stop(64%,#e57201), color-stop(100%,#e57201)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9f00 0%,#e57201 64%,#e57201 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9f00 0%,#e57201 64%,#e57201 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9f00 0%,#e57201 64%,#e57201 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff9f00 0%,#e57201 64%,#e57201 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f00', endColorstr='#e57201',GradientType=0 ); /* IE6-9 */
	height: 40px;
	box-shadow: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: #e57201 1px solid;
	border-top-color: #e57201;
	border-left-color: #e57201;
	padding: 0 15px;
	margin-left: -94px;
	cursor: pointer;
}

input#submit:active {
	background: #e57201; /* Old browsers */
	background: -moz-linear-gradient(top,  #e57201 0%, #e57201 36%, #ff9f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e57201), color-stop(36%,#e57201), color-stop(100%,#ff9f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e57201 0%,#e57201 36%,#ff9f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e57201 0%,#e57201 36%,#ff9f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e57201 0%,#e57201 36%,#ff9f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e57201 0%,#e57201 36%,#ff9f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57201', endColorstr='#ff9f00',GradientType=0 ); /* IE6-9 */
}

div#msg p {
	padding-bottom: 20px;
}

.success {
	color: #090;
}

.error {
	color: #c00;
}

.clear {
	clear: both;
}

table {
	border: #333 1px solid;
	width: 100%;
}

th, td {
	border: #999 1px dashed;
	padding: 0 10px;
}

th {
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p.pass {
	text-align: center;
	padding-bottom: 30px;
	color: #c00;
}

form#password p {
	text-align: center;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : portrait) {
	div#left, div#right {
		float: none;
		width: 600px;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 30px 0;
	}
	div#msg p {
		text-align: center;
	}
}