/* VERSION 2 */
.v2 .form ul {
	list-style: none;
	margin-left: 0;
	font-family: arial,sans-serif;
}

/* SEARCH BANNER */
div.searchBanner .search label, div.searchBanner input.text {
	font-size: 3em;
	font-weight: normal;
}

div.searchBanner input.text {
	width: 400px;
	color: #595959;
}

/* IN PLACE EDITOR */
ul.inplaceeditor li {
	clear: both;
}

input.editor_ok_button, .form input.editor_ok_button {
	float: none;
	margin-right: 6px;
	width: auto;
	padding: 5px;
}

.inplaceeditor-hover {
	border: 1px dashed #bbb;
	margin: -1px;
	background: #fff url(/images/click-to-edit.gif) no-repeat top right;
}

/* FORM ELEMENTS */
form {
	display: inline;
}

div.form_help, .form div.form_help {
	color: #777;
	padding-top: 0;
	font-size: 12px;
	margin-top: 4px;
}

input, select, textarea {
	width: 170px;
	background: #fff;
	padding: 5px 0 5px 4px;
	font-weight: bold;
	line-height: 15px;
	border: 1px solid #7f7f7f;
}

input.link {
	width: auto;
	color: #DD4118;
	font-family: inherit;
	background-color: transparent;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	border-width: 0;
	text-decoration: underline;
	cursor: pointer;
}

textarea {
	width: 360px;
	font-family: arial, Arial;
	font-weight: normal;
	font-size: 14px;
}

.form textarea {
	float: left;
	width: 440px;
}

.form input.file {
	width: 225px;
}

.form input.radio {
	width: auto;
	float: left;
	margin-top: 8px;
	border-style: none;
}

.form label.radio {
	text-align: left;
	width: auto;
}

input.checkbox, .form input.checkbox, input[type="checkbox"] {
	width: auto;
	border-style: none;
	background-color: transparent;
}

input.hidden, .hidden {
	display: none;
}

input.button, input.submit, input.editor_ok_button {
	width: 128px;
	background: transparent url(../images/gradient-btn1.gif) repeat scroll 0 0;
	padding: 5px 2px;
	border-color: #596AA1;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 2px;
}

input.buttonGreen, input.submitGreen, input.editor_ok_button_green {
	width: auto;
	padding: 10px;
	font-size: 16px;
	background-color: #669933;
	border-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
	margin: 5px;
}

input.large {
	background-image: url(../images/gradient-btn2.gif);
	height: 38px;
	font-size: 16px;
	border-color: #cc0000;
}

.form.small {
	border: 1px solid #f3c783;
	padding: 8px;
	display: block;
	margin: 0 8px 8px 8px;
}

.form label {
	padding-top: 7px;
	margin-right: 8px;
	float: left;
	width: 150px;
	text-align: right;
}

.form select {
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline;
	float: left;
}

.form.small div.submit {
	text-align: right;
	padding: 0;
	margin: 0;
}

.form .label {
	width: 200px;
	display: inline;
}

.form input {
	display: inline;
	float: left;
}

input.hidden, .hidden {
	display: none;
}

.form div {
	text-align: left;
	padding: 6px 0;
	clear: left;
}

.form div.text {
	font-weight: bold;
	font-size: 14px;
	clear: none;
}

.form .error, .contact .error {
	display: inline;
	color: #DD4118;
	font-size: 12px;
	font-weight: bold;
}

.form .error li {
	/*background: #FFFF99 url(../images/error_small.png) no-repeat 0 12px;*/
	background-color: #FFFF99;
	border: 1px solid #DD4118;
	float: left;
	margin-left: 4px;
	padding: 5px 6px;
	font-size: 14px;
	line-height: 16px;
	max-width: 500px;
}

.contact .error li {
	background-color: #FFFF99;
	border: 1px solid #DD4118;
	font-size: 14px;
	margin-left: 0;
	padding: 4px;
	width: 70px;
}

.form input.submit {
	margin-left: 158px;
	float: none;
}

.form table {
	border: 1px solid #7F7F7F;
	background: transparent url(/images/gradient.gif);
	padding: 8px;
}

.form table label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #595959;
	padding: 3px 0 2px 0;
	text-align:left;
}

.form table ul {
	padding: 0 0 0 8px;
}

.form table ul li label {
	display: inline;
	font-size:12px;
	font-weight:normal;
}

.form table ul li input {
	margin: 0px;
	margin-right: 3px;
}

.form table ul li {
	padding: 2px 0;
}

.amenities td {
	vertical-align: top;
}

.amenities li {
	clear: both;
}

.amenities label {
	width: auto;
}

.amenities label.checkbox {
	padding: 2px 0px 0 2px;
}

.amenities input.checkbox {
	margin: 2px 2px 2px 0;
}

table.amenities ul {
	padding: 0 8px 0 0;
}

/* CATEGORIES */
.categories input[type="text"] {
	margin-right: 0.5em;
	width: 160px;
}

/* UPLOAD IMAGES */
div.uploadActions {
	margin-top: -90px; 
	margin-left: 200px; 
	width: 178px; 
	float: left; 
	text-align: right;
}

/* PROGRESS BREADCRUMB */
div.progressBreadcrumb {
	background-color: #596AA1;
	border: 1px solid #888888;
	margin-bottom: 16px;
	margin-left: -7px;
	margin-top: -9px;
	padding: 8px;
}

.progressBreadcrumb p {
	font-size: 20px;
	color: #EEEEEE;
	font-family: trebuchet MS,arial,sans-serif;
	margin-left: 59px;
	margin-bottom: 0;
}

.progressBreadcrumb .active {
	color: #DD4118;
	background-color: #ffff99;
	border: 1px solid #FFFFFF;
	padding: 3px;
	font-weight: bold;
}

.progressBreadcrumb .complete {
	color: #00CC00;
}

.progressBreadcrumb .separator {
	font-weight: bold;
}

/* INLINE FEEDBACK */
div.inlineFeedback {
	width: 226px;
}

div.inlineFeedback input.submit {
	margin: 4px 0;
	float: right;
}

div.inlineFeedback input, div.inlineFeedback textarea {
	border-color: #BBB;
	
	float: left;
}

div.inlineFeedback input.text {
	font-size: 11px;
	margin: 4px 0 2px 0;
	padding: 3px;
	font-weight: normal;
	width: 140px;
}

div.inlineFeedback label {
	clear: left;
	width: 70px;
	font-size: 11px;
	margin: 0 4px 0 0;
	float: left;
	margin-right: 8px;
	padding-top: 7px;
	text-align: right;
}

div.inlineFeedback textarea {
	width: 220px;
	margin-top: 3px;
	clear: left;
	font-size: 11px;
	font-weight: normal;
}

