/* DEFAULT STYLES 
** http://www.bristolautoauction.net
**---------------------------------*/
body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(http://www.bristolautoauction.net/img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	text-decoration: none;
	font-family: Arial;
	color: #AC0101;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

hr {
	color: #AC0101;
	background-color: #AC0101;
}

input {
	color: #AC0101;
	background: #88BDDD;
	border: 1px solid #AC0101;
}

textarea {
	color: #AC0101;
	background: #88BDDD;
	border: 1px solid #AC0101;
}

select {
	color: #AC0101;
	background: #88BDDD;
	border: 1px solid #AC0101;
}

table.bg {
	background: #88BDDD;
	border-style: solid;
	border-color: #AC0101;
	border-size: 3px;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-left: 0.5em;
	display: block;
}

fieldset {
	border: 2px solid #AC0101;
	width: 480px;
}

legend {
	color: #AC0101;
	text-decoration: bold;
	background: ##88BDDD;
	border: 2px solid #AC0101;
	padding: 2px 6px;
}

textarea {
	width: 300px;
	height: 200px;
	border:1px solid #AC0101; 
	color: #AC0101;
	font-family: Arial;
	font-size: 13px;
	background-color: ##88BDDD;
}

input {
	color: #AC0101;
	background: ##88BDDD;
	border: 1px solid #AC0101;
}

.text input {
	width: 300px;
}

.login input {
	width: 130px;
}

.nostyle input {
	color: none;
	background: none;
	border: none;
}

.submit input {
	margin-left: 4.5em;
	color: #AC0101;
	background: #88BDDD;
	border: 2px outset #AC0101;
}

.menu {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 600;
}