#control_overlay {
	background-color:#fff;
}
.uploadmodal {
	background-image:url("/img/window_background.png");
	background-position:topleft;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
    width:450px;
    height:200px;
}

.helpModal {
	background-image:url("/img/window_background.png");
	background-position:topleft;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
    width:450px;
    height:240px;
}
.helpModal2 {
	background-image:url("/img/window_background.png");
	background-position:topleft;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
    width:560px;
    height:600px;
}
.loginmodal {
	background-image:url("/img/window_background.png");
	background-position:topleft;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
    width:450px;
    height:280px;
}
.ratemodal {
	background-image:url("/img/window_background.png");
	background-position:topleft;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
    width:460px;
    height:200px;
}
.tooltip {
      border:1px solid #000;
      background-color:#fff;
      height:25px;
      width:200px;
      font-family:"Lucida Grande",Verdana;
      font-size:10px;
      color:#333;
}
.simple_window {
	width:300px;
	height:400px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	text-align:left;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
}
.help_window {
	width:460px;
	height:280px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	text-align:left;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
}
.modalPic {
     background-image:url("/img/window_background.png");
     background-position:top left;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     padding:10px;
     font-weight:bold;
     color:#fff;
     text-align:center;
     min-width:100px;
     min-height:100px;
}

.window {
     background-image:url(/img/window_background.png);
     background-position:top left;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
		 position:relative;
     padding:10px;
     font-size:13px;
     font-weight:bold;
     color:#fff;
     min-width:250px;
     min-height:100px;
}

.window .window_close {
	cursor:pointer;
     display:block;
     position:absolute;
		 z-index:9999;
     top:10px;
     left:10px;
     min-height:18px;
     _height:18px;
     width:18px;
		 background:url(/img/window_close.gif) no-repeat;
}
.window_wrapp

.window .window_contents {
     margin-top:5px;
     width:0%;
     height:0%;
}
.window .window_header {
     text-align:left;
}
.window .window_title {
	margin-top:0px;
	margin-left:20px;
	margin-bottom:2px;
	font-size:12px;
}

.window .window_header,
.window .window_contents{cursor:move;}

.rating_container {
	clear:both;
}
.rating_container a {
	float:left;
	display:block;
	width:25px;
	height:25px;
	border:0;
	background-image:url("/img/ratings.gif");
}
.rating_container a.rating_off {
	background-position:0 0px;
}
.rating_container a.rating_half {
	background-position:0 -25px;
}
.rating_container a.rating_on {
	background-position:0 -50px;
}
.rating_container a.rating_selected {
	background-position:0 -75px;
}


