.overlay_light {
	background-color: #85BBEF;
	filter: alpha( opacity = 60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.light_nw {
	background: #E2E2E2;
	width: 8px;
	height: 8px;
}

.light_n {
	background: #E2E2E2;
	height: 8px;
}

.light_ne {
	background: #E2E2E2;
	width: 8px;
	height: 8px;
}

.light_w {
	background: #E2E2E2;
	width: 8px;
}

.light_e {
	background: #E2E2E2;
	width: 8px;
}

.light_sw {
	background: #E2E2E2;
	width: 8px;
	height: 8px;
}

.light_s {
	background: #E2E2E2;
	height: 8px;
}

.light_se, .light_sizer {
	background: #E2E2E2;
	width: 8px;
	height: 8px;
}

.light_sizer {
	cursor: se-resize;
}

.light_close {
	width: 15px;
	height: 15px;
	background: transparent url( light/button-close-focus.gif ) no-repeat 0 0;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 1000;
}

.light_title {
    height: auto;
    background-color: #FFFFFF;
}

.light_content {
	overflow: auto;
	color: #000;
/*
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
*/
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    background: #FDFDFD;
}

/* For alert/confirm dialog */
.light_window {
	border: 1px solid #F00;
	background: #FFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.light_message {
	font: 12px arial;
	text-align: left;
	width: 100%;
	padding:10px 20px;
}
.treatmentsWindowContainer label {
    width:100px;
    display:block;
    float:left;
    color:#767676;
    font-family:georgia;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
}
.one-f{
    margin:10px 0;
}
.light-button{
    float:right;
    margin-right:30px;
}
.treatmentsWindowContainer input{
    background:#DADADA;
    border:medium none;
    color:#666666;
    height:23px;
    line-height:23px;
    margin:0 15px 0 0;
    padding:1px 5px;
    vertical-align:middle;
    width:180px;    
}
.treatmentsWindowContainer textarea{
    background:#DADADA;
    border:medium none;
    color:#666666;
    margin:0 15px 0 0;
    padding:1px 5px;
    vertical-align:middle;
    width:180px;
}
.treatmentsWindowContainer input.input-p {
    border:none;
    width:79px;
	height:26px;
	font-family:Georgia;
	font-size:15px;
    padding-bottom:14px;
	font-style:italic;
    color:#fff;
    background:transparent url(../../../../img/bg/button-grey-p.png) no-repeat;
    cursor:pointer;

}
.treatmentsWindowContainer input.input-c {
    border:none;
    width:86px;
	height:26px;
	font-family:Georgia;
	font-size:15px;
    padding-bottom:14px;
	font-style:italic;
    color:#fff;
    background:transparent url(../../../../img/bg/button-pink-c.png) no-repeat;
    cursor:pointer;
    margin-right:10px;
}
.light_buttons {
	text-align: center;
	width: 100%;
}

.light_buttons input {
	width: 20%;
	margin: 10px;
}

.light_wired_frame {
	background: #FFF;
	filter: alpha( opacity = 60 );
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* FIX: IE6 bottom height */
.light_s .status_bar {
	font-size: 8px;
	line-height: 1;
}

/* FIX: IE6 bottom white strip under image */
.light_content img {
	margin-bottom: -3px;
}

/* FIX: Safari and IE7 scroll bars */
.light_content > div {
	overflow: hidden;
}

