/* tukcellLightBox */
	body{color:#5b5b5b;font:normal 11px Tahoma, Arial, Verdana}
	body, form, p {margin:0; padding:0}

	input, textarea {font-size:110%; font-family:inherit}

	img {border:none; outline:none}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	.formgrp {
		width:100%;
		overflow:hidden;
		margin-bottom:10px;
	}

	#overlay {
		background-color:#ffffff;
		position:fixed;
		_position:absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		z-index:1000;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
	
	#overlay-window {
		position:absolute;
		z-index:1001;
		width:575px;
	}

	#overlay-window iframe{
		width:575px;
		height:340px;
		border:none;
		margin:0;
		padding:0;
		overflow:hidden;
	}
	
	#overlay-top a.close {
		background:url(../i/cover/close.gif) no-repeat;
		display:inline;
		float:right;
		height:19px;
		width:28px;
		margin-right:12px;
		text-indent:-9999px;
		outline:none;		
	}

	.overlayBoxBody {
		background:url(../i/cover/bg_LightBox_top.gif) left top no-repeat;
		color:#717171;
		width:575px;
		overflow:hidden;
		position:relative;
		z-index:99999 !important;
	}

	.overlayBoxBody .overlayBoxBodyHeader{
		padding:15px 0 13px 15px;
	}

	.overlayBoxBody .overlayBoxBodyHeader img.logo {
		float:left;
	}
	
	.overlayBoxBody .overlayBoxBodyHeader img.text {
		float:right;
		margin-right:15px;
		margin-top:5px;
	}

	.overlayBoxBody .frmEmailSend{
		background-color:#ffffff;
		border:solid 1px #717171; 
		border-bottom:none; 
		border-top:none; 
		padding:16px 15px 7px 15px;
		width:575px;
		/*/**/width:543px/**/;
	}
	
	.overlayBoxBody .frmEmailSend .warning{
		color:#9a9a9a;
		font-size:9px;
		line-height:16px;
	}
	
	.overlayBoxBody .frmEmailSend form{
		margin:24px 0 0;
	}

	.overlayBoxBody .frmEmailSend .formgrp label {
		display:block;
		float:left;
		font-weight:bold;
		width:194px;
	}
	
	.overlayBoxBody .frmEmailSend .formgrp input,
	.overlayBoxBody .frmEmailSend .formgrp textarea {
		border:solid 1px #989897;
		float:left;
		width:253px;
	}
	
	.overlayBoxBody .frmEmailSend .formgrp textarea {
		height:63px
	}
	
	.overlayBoxBody .frmEmailSend .sendLightBox {
		color:#717171;
		font-size:10px;
		position:absolute;
		top:285px;
		_top:287px;
		width:530px
	}
	
	.overlayBoxBody .frmEmailSend .sendLightBox .submitBtn {
		position:absolute;
		right:0px;
	}

	.overlayBoxBody .overlayBoxBodyBottom{
		background:url(../i/cover/bg_LightBox_bottom.gif) bottom center no-repeat; 
		height:10px;
		font-size:0;
		line-height:0;
		overflow:hidden
	}
.tblremote tr th{color:#131395!important; font-weight:700; text-align:left}	
.tblremote tr td{ padding:1px 2px; _+padding:0px 2px 1px; text-align:left}
.tblremote .graybg{ background:#eeecec}