fieldset {
	border: none;
	position: relative;
}
legend {	
	display: none;
}
fieldset form p {
	font-size: 11px;
	margin: 7px 0 0 4px;
	font-weight: bold;
	color: #5e5e5e;
	clear: left;
}
div.row2 {
	float: left;
	width: 75px;
	color: #025abb;
	font-weight: bold;
	font-size: 10px;
	margin-top: 2px;
}
input.input, input.date, fieldset fieldset textarea, fieldsetselect {
	color: #5e5e5e;
	font-size: 10px;
	padding: 2px;
	margin: 0 0 5px 5px;
	border: 1px solid #7f9db9;
	background: #FFF;
	width: 139px;
}
fieldset textarea {
	width: 139px;
	font-size: 10px;
	height: 40px;
	margin: 0 0 0 5px;
}
/* input.date {
	width: 123px!important;
	margin-right: 2px;
} */
fieldset select {
	color: #5e5e5e;
	font-size: 10px;
	border: 1px solid #7f9db9;
	background: #FFF;
	width: 145px;
	margin: 0 0 5px 5px;
	padding: 1px;
}
div.row2 select {
	margin-top: 0;
}
#PropertyRating {
	width: 125px;
	margin-right: 2px;
}
select.small {
	width: 70px!important;
}
label.show, label.show2 {
	font-size: 10px;
	margin-left: 1px;
margin-bottom: 0;
	display: inline;
	font-weight: bold;
	text-align: left;
	color: #5e5e5e;
}
label.show2 {
	margin-left: 5px;
}
input.checkbox {
	width: 15px!important;
	padding: 3px!important;
	margin: 0 0 -3px 10px!important;
	border: 0!important;
	background-color: none!important;
}
fieldset label {
	display: none;
}
label.error {
	clear: left;
	color: red;
	font-size: 10px;
	width: 100%;
	margin-left: 5px;
}
#submitDiv {
	position: relative;
	margin: 5px 0 0 99px;
}
* html #submitDiv {
	margin-left: 89px;
}
br.clear  {
	clear: both;
	height: 1px;
}
#ratings p {
	font-size: 10px;
}
#ratings img, #ratings table, #ratings td, #ratings tr {
	border: 0!important;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/layout/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}
#JT_arrow_right{
	background-image: url(/images/layout/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}
/* for consistency between firefox and IE */
body > #JT_arrow_right {
  margin-left: 3px;
}
#JT {
	position: absolute;
	z-index:100;
	border: 3px solid #ef4838;
	background-color: #fff;
	overflow: hidden;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}
.JT_loader{
	background-image: url(/images/layout/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left{
	background-color: #ef4838;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 4px;
	font-weight:bold;
	color: #FFF;
}
#JT_close_right{
	background-color: #ef4838;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 4px;

	font-weight:bold;
	color: #FFF;
}
#JT_copy p{
	margin:3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
div.rel {
	position: relative!important;
	float: left;
	width: 100%;
}
form a.jTip {
	position: absolute;
	top: -2px;
	left: 2px;
	cursor:help;
	color: #FFF;
	padding: 4px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	background: #025abb;
}
* html form a.jTip {
top: 5px;
}
form a.jTip:hover {
	background: #ef4838;
	color: #FFF;
}
#JT iframe{
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
	filter:mask();
	height:3000px;
}


/* =Calendar
----------------------------------------------- */
table.jCalendar {
	border: 1px solid #025abb;
	background: #FFF;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #025abb;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px;
}
table.jCalendar td {
	background: #666;
	color: #FFF;
	padding: 1px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #ef4838;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #000;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #ef4838;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: "Arial Narrow", Arial, sans-serif;
	background: #d9e9f8;
	padding: 3px;
	border: 1px solid #025abb;
	min-height: 172px;
	min-width: 155px;
}
div#dp-popup h2 {
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #025abb;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #FFF;
	background: #025abb;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
}
div#dp-popup a:hover {
	background: #ef4838;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 6px 10px 0 0!important;
	display: none;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/layout/calendar.png) no-repeat; 
}
* html a.dp-choose-date {
	margin-right: 12px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

#resForm {
	padding: 10px;
}
#resForm p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.2;
}
#resForm input, #resForm select, #resForm textarea {
	width: 200px!important;
	border: 1px solid #025abb!important;
	margin: 2px 0 10px 0!important;
	padding: 2pxv
}
#resForm #checkboxes input {
	width: 20px!important;
	height: 23px!important;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	text-align: left;
}
#resForm #checkboxes label {
	font-size: 11px;
	color: #333;
	padding-bottom: 2px;
}
#resForm label  {
	display: inherit!important;
	font-size: 12px;
	color: #333;
	margin: 0!important;;
	padding: 0!important;
	line-height: 1.2;
}
* html #resForm label {
	display: block;
}
#resForm label em {
	display: block;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}
#resForm .required {
	color: red;
}
#resForm textarea {
	width: 100%!important;
	height: 100px!important;
}
