div.ad-creation {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

p.legend {
	margin-bottom: 12px;
	line-height: 130%;
	font-size: 95%;
	max-width: 500px;
	position: relative;
}
p.legend em { color: #C00; font-style: normal; }
div.form-errors {
	border: 2px solid #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.form-success {
	border: 2px solid #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.form-errors  p { margin: 0; }
div.form-errors  p  em { color: #C00; font-style: normal; font-weight: bold; }

div.rentals-form .form-content p { margin: 0; }
div.rentals-form .form-content p.note {
	font-size: 90%;
	color: #666666;
}
div.rentals-form .form-content fieldset {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.rentals-form .form-content legend {
	font-weight: bold;
	color: #879dbd;
	font-size: 120%;
}
div.rentals-form .form-content fieldset div {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
div.rentals-form label, 
div.rentals-form span.label {
	margin-right: 10px;
	padding-right: 10px;
	display: block;
	text-align: left;
	position: relative;
	font-size: 95%;
	font-weight: bold;
	color: #666666;
}
div.rentals-form label.form-error, 
div.rentals-form span.form-error { color: #C00; }
div.rentals-form label em, 
div.rentals-form span.label em {
	font-style: normal;
	color: #C00;
	font-weight: normal;
}
div.rentals-form input.form-error { border-color: #C00; background-color: #FEF; }
div.rentals-form input:focus,
div.rentals-form input.form-error:focus, 
div.rentals-form textarea:focus {
	background-color: #FFFFCC;
	border-color: #999999;
}
div.rentals-form div.controlset label, 
div.rentals-form div.controlset input {
	display: inline;
	float: none;
	font-weight: normal;
}
div.rentals-form div.buttonrow {
	text-align: right;
}
div.rentals-form  .col-one  {
	width: 48%;
	float: left;
	position: relative;
}
div.rentals-form .col-two {
	width: 48%;
	float: right;
	position: relative;
}
div.rentals-form .shade1 .col-one, div.rentals-form .shade2 .col-one, div.rentals-form .shade1 .col-two, div.rentals-form .shade2 .col-two 
{
     width: 45%;
}
div.rentals-form  .shade1 {
	background-color: #edf2f9;
}
div.rentals-form .shade2 {
	background-color: #f7f9ed;
	position: relative;
}
div.rentals-form .shade1 div, div.rentals-form .shade2 div {
	padding: 6px!important;
}
div.rentals-form h4 {
	padding: 0px;
	font-size: 120%;
	color: #879DBD;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 6px;
}
div.rentals-form p.subset {
	font-size: 120%;
	font-weight: bold;
	color: #879DBD;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.rentals-form .calendar {
	margin-left: 3px;
	cursor: pointer;
}
div.rentals-form input.dollar {
	background-image: url(/pic/bg-dollarbox.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	padding-left: 18px;
}
.login, .short-login  {
	border: none!important;
	background-color: #f8f5ee;
	/* Only for supported browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px!important;
}
.login legend {
	color: #a44e51!important;
	font-size: 140%!important;
}
.login .col-two {
	padding-left: 15px!important;
	background-image: url(/pic/bg-railbrown.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100px;
}
.short-login   .col-one     {
	float: left!important;
	width: 200px
!important;
}
.short-login .col-two {
	float: left!important;
}
.short-login .button {
	margin-left: 15px;
}
.clear {
	clear: both;
}


