/* form.css */
h4{
	color: #f67d15;
	margin-bottom: 12px;
	margin-left: 4px;
}

h3{
	color: #f67d15;
}

h1
{
color: #f67d15;
}

#regForm
{
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
}
#sendForm
{
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
}
.orange
{
color: #f67d15;
font-style:italic;
}



.table {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
border-collapse: collapse;
width: 900px;
margin: 24px;

}

.th {
background: #F67D15;
color: #fff;
font-weight: bold;
padding: 2px 20px;
text-align: center;
border-right: 1px solid #fff;
line-height: 1.2;
text-decoration: none;
}

.trunread {

background: #D8D8D8 ;
color: #fff;
font-weight: bold;
padding: 2px 11px;
text-align: center;
border-right: 1px solid #fff;
line-height: 1.2;
text-decoration: none;
}

.td {

padding: 16px 11px;
border-bottom: 1px solid #95bce2;
vertical-align: middle;
text-align: center;
}	

.paginate {
    font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-left: 250px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #F67D15;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #F67D15;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #F67D15;
	font-weight: bold;
	background-color: #F67D15;
	color: #FFF;
	}
	.paginate span.disabled {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #eee;
		color:#DDD;
	}
	
	.button{
	margin-top: 20px;
	
	}

#banner{
margin-left: 210px;
}
  
#sendForm{
margin-left: 220px;
}

form fieldset {
  width: 600px;
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
  line-height: 1.2;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #3E83C9;
  margin: 0 0 0 0;
  padding-left: 240px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
color: #000000;
  
}

textarea {
overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 370px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}



form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(http://mycarads.com.au/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #3E83C9;
  color: #3E83C9;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 140px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: left;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div img {
  border: 1px solid #000000;
  margin: 0 0 5px 0;
}

p.error {
  background-color: #ff0000;
  background-image: url(http://mycarads.com.au/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(http://mycarads.com.au/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(http://mycarads.com.au/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 4px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* form.import.css */

label img {
  behavior: url(http://mycarads.com.au/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
	border: 1px solid #535353;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}
form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: block;
	color: red;
	font-style: italic;
}


input:focus {
	border: 1px dotted black;
}
textarea:focus {
	border: 1px dotted black;
}
input.error { border: 1px dotted red; }
select.error { border: 1px dotted red; }

.myButton{
	border: none;
	text-align: center;
	background: url(http://mycarads.com.au/template/mca/search_bg.jpg) 0 0 repeat-x;
	height: 44px;
	width: 80px;
	margin: 0 0 0 10px;
	float: left;
	text-align: center;
	display: block; 
	font: normal 13px/44px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}

.myButton:hover{
	background: url(http://mycarads.com.au/template/mca/search_hover_bg.jpg) 0 0 repeat-x;
	color: #fff;
}

.image{
 border: none;
}

.customNotifySuccess{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 16px;
	padding:10px 0;
	background:#535353;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:999999999;
	display:none;
}

.customNotifySuccess .jm-close{
	position:absolute;
	top:4px;
	right:20px;
	width:24px;
	height:24px;
	background:url(http://mycarads.com.au/template/images/close.png);
}


.customNotifyError{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 16px;
	padding:10px 0;
	background:#f67d15;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:999999999;
	display:none;
}

.customNotifyError .jm-close{
	position:absolute;
	top:4px;
	right:20px;
	width:24px;
	height:24px;
	background:url(http://mycarads.com.au/template/images/close.png);
}