/******************** popup styles ********************/
#popup_win
{
	z-index: 3001;
}

#popup_win .header .left
{
	background: url(../images/popup_shadow_header_left.png) top left no-repeat;
}

#popup_win .header .right
{
	background: url(../images/popup_shadow_header_right.png) top right no-repeat;
}

#popup_win .header .content
{
	text-align: right;
	background: #cdd08b;
	padding: 3px 16px 1px;
	border: solid 1px #666;
	border-bottom: none;
}

#popup_win .main
{
}

#popup_win .main .left
{
	background: url(../images/popup_shadow_left.png) top left repeat-y;
}

#popup_win .main .right
{
	background: url(../images/popup_shadow_right.png) top right repeat-y;
}

#popup_win .main .content
{
	background: #fff;
	border: solid 1px #666;
	padding: 12px;
	/*height: 356px;*/
	overflow: auto;
	text-align: left;
}

#popup_win .main .content .left, #popup_win .main .content .right
{
	background: none;
}

#popup_win h1
{
	font-size: 1.4em;
	color: #000;
	margin: 0 0 24px;
	padding: 0;
	width: auto;
}

#popup_win form
{
}

#popup_win p
{
	font-size: 1.2em;
}

#popup_win hr
{
	color: #ccc;
	height: 1px;
	background-color: #fff;
	border: 0;
	border-top: solid 1px #ccc;
	margin: 0 0 8px;
}

#popup_win input
{
	margin-bottom: 8px;
}

#popup_win label
{
	font-size: 1.2em;
	line-height: 1em;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 8px;
	display: inline;
	padding-top: 5px;
	*padding-top: 0;
	*vertical-align: middle;
}

#popup_win form label.right
{
	float: none;
	width: auto;
	margin-right: 0;
	margin-left: 2px;
	text-align: left;
}

#popup_win form .right
{
	margin-left: 128px;
}

#popup_win form .right label
{
	float: none;
	margin-left: 2px;
}

#popup_win .submit
{
	color: #fff;
	border: none;
	background: #d9793d url(../images/background_submit.gif) no-repeat right 5px;
	padding: 3px 25px 4px 14px;
	*padding: 1px 15px 2px 0;
}

#popup_win .footer .left
{
	background: url(../images/popup_shadow_footer_left.png) top left no-repeat;
}

#popup_win .footer .right
{
	background: url(../images/popup_shadow_footer_right.png) top right no-repeat;
	margin-left: 9px;
}

#popup_win .footer .content
{
	height: 8px;
	background: url(../images/popup_shadow_footer.png) repeat-x;
	margin-right: 9px;
}



/******************** confirm styles ********************/
.popup_confirm .main .content
{
	height: 100px	!important;
}

.popup_confirm .main .content p
{
	margin: 0 0 14px;
}



/******************** property photo styles ********************/
#popup_win_iframe2
{
	z-index: 2000;
}

div.photos_popup
{
	position: absolute;
}

body.photos_popup .main .content
{
	height: 456px;
	*height: 457px;
}

.photos_popup #photos
{
	margin: 0;
	padding: 0;
}

.photos_popup #photos li
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background: #f3f3f3;
	border: solid 1px #ccc;
}

.photos_popup #photos img
{
	margin: 10px 10px 8px 5px;
}

.photos_popup #photos label
{
	width: 70px;
	margin-top: 10px;
}

.photos_popup #photos input
{
	margin-top: 12px;
	border: solid 1px #ccc;
}

.photos_popup #photos p
{
	margin: 10px 0 0;
}

.photos_popup #photos .handle
{
	float: left; 
	background: url(../images/background_handle.gif) repeat-y; 
	width: 14px; 
	height: 50px;
	cursor: move;
}

.photos_popup #photos .save
{
	visibility: hidden;
}

.photos_popup textarea
{
	width: 240px;
	height: 65px;
	padding: 2px;
}


/******************** admin styles ********************/
.admin
{
	width: 600px;
	height: 600px;
	position: absolute;
}

.admin .main .content
{
	height: 556px	!important;
}

.home_admin {
	left: 20px;
	top: 20px;
}

#updated {
	font-size: 14px !important;
	background-color: #FFFFCB;
}

/******************** overlay styles ********************/
#overlay
{
	background: #fff;
	opacity: .50;
	filter: alpha(opacity=50);
}

