#window
{
	position: absolute;
	overflow: hidden;
	display: none;
	font-size: 0.8em;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/images/window/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(/images/window/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1f497d;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	background-image: url(/images/window/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	background-image: url(/images/window/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent,
#termsContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #1f497d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style:italic;
	font-weight:bold;
	background-color: #fff;
	color:#1B3F6C;
	margin:0px 0px 6px 0;
}

#termsContent {
	padding: 10px;
	width: 705px;
	display: none;
}

#windowContent #left
{
	float: left;
	width: 450px;
	background: #fff;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #000;
	height: 1454px;
}

#windowContent #right
{
	float: left;
	width: 315px;
	padding: 40px 10px 10px 10px;
	background: #fff;
}

#windowContent h4
{
	color: #1b3f6c;
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	/*text-transform: capitalize;*/
	margin: 0px;
}
#windowContent ul,
#windowContent li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#windowContent .section {
	color: #fff;
	width:100%;
	margin: 10px 0px 10px 0px;
	background: #4e8ed4;
	padding: 2px 2px 2px 5px;
	font-style:normal;
}

#windowContent .alert {
	color: #09F;
}

#windowContent .note {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}


#comment {
	width: 440px; 
	height:150px;
}

#windowContent .left {
	width: 110px;
	height: 31px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 2px 0;
}
#windowContent .right {
	width: 300px;
	height: 35px;
	float: left;
	background: #fff;
	margin: 0 20px 0 0;
	padding: 0;
}

#windowContent .checkbox {
	width: 220px;
	height: 35px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
}

#windowContent .inputCheckbox {
	margin: 5px 5px 0 0;
	padding: 0;
}

#windowContent .input {
	width: 195px;
	margin: 0;
	padding: 0;
}

#windowContent select{
	width: 199px;
	margin: 0;
	padding: 0;
}

#windowContent #btn{
	background: #fff url(/images/window/btn_comment.jpg) no-repeat;
	width: 161px;
	height: 37px;
	padding: 12px 0 0 0;
	text-align: center;
	margin: 0px auto;
	padding: 12px 0 0 0;
	cursor: pointer;
}

#windowContent table tbody td {
	height: 16px;
	text-align: center;
	border-right: #fff 1px solid;
	padding: 3px;
}


#commentSubmit{
	text-decoration: none;
	color: #1b3f6c;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px;
}

.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

#ratingTable {
	
}

#ratingTable thead td{
	background: none;
	padding:3px 8px 3px 9px; 
	/* border-bottom: #000 1px solid; 
	border-right: #000 1px solid; */
}
#ratingTable tbody td{
	
	/* border-right: #000 1px solid; */
}

#ratingTable tbody td .alt{
	background: #ccc;
}

#ratingTable thead td img{
	float:left; 
	margin:2px;
}

.opacity{
	opacity:0.25;
	filter:alpha(opacity=25)
}

.backToComment {
	color: #f00;
	float:right;
}

.terms {
	color:#f00;
	cursor: pointer;
}

#right h2{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-size: 1.55em;
	font-weight: bold;
}

.windowClose {
	cursor: pointer;
}


