﻿/* Style update for page width/height and header font sizes */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ded5e5; 
/*	background-color: #00CC99; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 10px;
	height: 820px;
	width: 480px;
}
submit {
    font-size: 18px; 
    width: 200px;
    height: 40px;
    padding-bottom: 6px;
}

.submit {
    font-size: 18px; 
    width: 200px;
    height: 40px;
    padding-bottom: 6px;
}

.menubutton {
    font-size: 18px; 
    width: 320px;
    height: 40px;
    padding-bottom: 6px;
	margin-bottom: 7px;
}

.button {
    font-size: 18px; 
    padding: 6px; 
    width: 200px;
    height: 40px;
}

select {
   font-size: 18px;
   width: 200px;
   height: 40px;
   }

.reginput 
{
    position:relative;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    background: #FFFFFF;
    color: #000000;
    text-transform : uppercase;
    width: 200px;
}

.reginput:hover {
    border: 1px solid #f00;
    background: #ff6;
    color: #000000;
}

.input 
{
    position:relative;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    background: #FFFFFF;
    color: #000000;
    text-transform : uppercase;
    width: 200px;
}

.input:hover {
    border: 1px solid #f00;
    background: #FFFFFF;
    color: #000000;
}

.securityinput {
    position:relative;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    background: #FFFFFF;
    color: #000000;
    width: 180px;
}

#outer {
    width: 460px;
    height: 800px;
	border: 1px solid #000000;
    background-color: Window;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 22px;
}

#inner {
	margin-top: 10px;
    width: 450px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 16px;
}

.header 
{
    width: 450px;
    font-size: 22px;
    font-weight: bold;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.smallheader 
{
    width: 450px;
    font-weight: bold;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 16px;
}

#site 
{
    font-weight: bold;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 14px;
}

#footer_OLD
{
    width: 320px;
    height: 15px;
	border: 1px solid #000000;
    background-color: Window;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	color: Black;
}

#footer a {
	color: Black;
}

#vehicledetails 
{
	font-size: 16px;
}

form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form {
	padding: 0;
	margin: 0;
} 

.error {
	color:#FF0000;
	font-weight:bold;
	font-size:24px;
}