*{padding: 0; margin: 0;}
#TB_overlay2 {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://galaxymeet.com/tpl/meet/macFFBgHack.png) repeat;}
.TB_overlayBG2 {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay2 { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window2 {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 15px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window2 img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*-------------------------------*/
#message {
  background: #fff; 
  text-align: left;
  font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  font-size: 13px;
  font-weight: bold;
  }

img{
  border: 0px;
}

textarea {
  border: 1px solid #C0CAD5;
  padding: 3px;
  font-size: 11px;
  font-family: tahoma, tahoma, verdana, arial, sans-serif;
}

.box_title_wrap {
  background-color: #4B769F;
  border: 1px solid #324B67;
  border: 1px solid #45688E;
  aborder-bottom: 1px solid #45688E;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.box_body {
  background-color: #fff;
  border-left: 1px solid #616161;
  border-right: 1px solid #616161;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  padding:16px 14px;
  aline-height: 14px;
}

.box_controls_wrap {
 border: 1px solid #616161;
 border: 1px solid #AAA;
 border-top: 0px;
}

.box_controls {
  padding: 5px;
  height: 30px;
  background-color:#f2f2f2;
  border-top: 1px solid #ccc;
}

.box_controls img {
  position: relative;
  left: 10px;
  top: 8px;
}
.controls_wrap {
  padding: 7px 0px 0px 5px;
}
.button_wrap {
  margin: 2px 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}

.box_controls .button_wrap {
  float: right;
}

.button_wrap div {
  padding: 4px 14px;
  text-align: center;
}
.button_yes {
  border: 1px solid #B8B8B8;
}
.button_yes_bottom {
  border-bottom: 1px solid #2B587A;
}
.button_yes div {
  border-style: solid;
  border-width: 1px;
  border-color: #9F9F9F #B8B8B8 #B8B8B8;
  background-color:#666666;
  color: #FFF;
}
.button_yes div.button_hover {
  border-color: #92ACC7 #7293B7 #7293B7;
  background-color: #84A1BF;
}

.button_no {
  border: 1px solid #B8B8B8;
  border-top: 1px solid #9F9F9F;
}
.button_no div {
  border: 1px solid #F4F4F4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DFDFDF;
  background-color:#eaeaea;
  color: #000;
  text-decoration: none;
}
.button_no div.button_hover {
  background-color: #f7f7f7;
}

.box_title {
 border-top: 1px solid #f0f0f0;
 border-bottom: 1px solid #cccccc;
 padding: 4px 10px 5px 10px;
}


.box_no_controls {
	background-color: #DAE2E8;
	border: 1px solid #ADBBCA;
}

.box_no_controls .box_title_wrap, .box_no_controls .box_layout .box_controls {
  display: none;
}

.box_no_controls .box_body {
  border: none;
  padding: 0;
}