body {
	background-color: #e1e1e1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}td img {display: block;}
.style1 {
	color: #CC0000;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #DA0102;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
	text-indent:15px;	
}

form.general {
}
/* 10/07/07 - thatch - Fixed opera bug; removed form.general from inputs */
form.general fieldset{
    border:none;
    margin:0; padding:0;
}
    .validation-failed {
        border: 1px solid #f00;
    }
    .validation-passed {
    }
    .validation-advice {
        margin-left: 100px;
        margin: 2px 2px 0px 140px;
        font-style: italic;
        padding: 2px; 
        color:#fff; 
        background-color:#f00;
        width: 182px;
    }
    .warning {
        border: 1px solid #c66;
    }
    .warning-advice {
        margin: 2px;
        padding: 2px;
        color:#fff;
        background-color:#bbb;
    }
    .ajax-loading {
        padding: 20px 0;
        background: url(/images/spinner.gif) no-repeat center;
        z-index: 99999;
    }
fieldset legend{
    color:#cc0033;
}

form.general br {
    display: none;
}

label {
    position: relative;
    width: 140px;
    float: left;
    padding: 2px 0;
}
input.t{
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
}
input.t:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
option {
    background: #F4F4F4;
    padding: 1px 0px 1px 5px;
}
select {
    background: #F4F4F4;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
}
input.s {
    border: 0;
    height: 19px;
    width: 121px;
    background: url(/images/enquiry-submit.png) no-repeat top left;
    text-indent: -4000em;
}
input.b {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 185px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
input.b:hover {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}

.cls {
    clear: both;
    display: block;
    height: 3px;
}