/* Login Styles */

/* Reset everything first. */
html {
    color: #000;
    background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

/* Now, define the login CSS. */

html, body {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
    line-height: 16pt;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
}

label {
	display: block;
	margin: 10px 0 0 0;
}

input {
	line-height: 14pt;
	padding: 5px 5px 5px 5px;
	margin: 2px 0 2px 0;
	width: 225px;
	outline: none;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #DDDDDD;
}

input#submit {
	width: 85px;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-color: #0035b2;
    background-color: #0066d3;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0082d6), to(#004fd7));
	background: -webkit-linear-gradient(top, #0082d6, #004fd7);
	background: -moz-linear-gradient(top, #0082d6, #004fd7);
	background: -o-linear-gradient(top, #0082d6, #004fd7);
	background: linear-gradient(top, #0082d6, #004fd7);
}

input[type="checkbox"] {
	margin: 10px 0 10px 0;
	width: 20px;
}

a, a:visited {
	color: #368AC0;
}

#header {
	position: relative;
	width: 100%;
}

#site-header-row {
    margin-bottom: 0px;
}

#site-img {
    height:60px;
    width:60px;
}

#site-title {
    margin-top: 20px;
}

#site-product-title .section-title {
    margin-top: 20px;
	margin-left: 80px;
}

#home {
	position: relative;
	margin: 100px 75px 35px 0;
	text-transform: uppercase;
}

#home a {
    text-decoration: none;
}

#home a:hover {
    text-decoration: underline;
}

#content {
	width: 100%;
	clear: both;
	display: block;
	padding: 10px 0 10px 0;
}

#logIn {
	overflow: auto;
	margin: 0 auto;
	width: 400px;
	background-color: #ffffff;
	border-color: #7f8284;
	border-style: solid;
	border-width: 2px;
}

#logInLeft {
	position: relative;
	float: left;
	width: 350px;
	height: 450px;
	padding: 25px 25px 25px 25px;
}

#logInRight {
	position: relative;
	float: right;
	width: 450px;
	height: 350px;
	padding: 295px 25px 25px 25px;
}

.spacer, #status {
	margin-top: 20px;
}

#password {
	position: relative;
	margin: 15px 0 0 0;
}

#login-footer {
    clear: both;
    padding: 8px 0 5px 0;
    text-align: center;
    font-size: 12px;
	color: #FFFFFF;
}

#login-footer #copyright a {
	color: #69B5DD;
    text-decoration: none;
}

#login-footer #copyright a:hover {
    text-decoration: underline;
}

