.requestBox {
	background: transparent url('../images/greenTitle.gif') no-repeat top;
	padding-top: 5px;
}

.requestBox #dialog-request {
	width: 420px;
	/*height: 355px;*/
	height: 305px !important;
	background: transparent url('../images/1px.jpg') repeat-x top;
	padding: 10px 0px 0px 82px;
}

.requestBox #dialog-request-content {
	width: 377px;
	height: 303px;
	clear: both;
}

.requestBox #dialog-request-content form {
	background: none !important;
}
.requestBox #dialog-request-content input {
	width: 200px !important;
	margin: 5px 0px;
}
.requestBox #dialog-request-content textarea {
	height: 120px !important;
}

.ui-draggable .ui-dialog-titlebar { 
	cursor: move;
}

.ui-helper-clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.ui-helper-clearfix { 
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
	height:1%;
}
.ui-helper-clearfix { 
	display:block;
}

.errorMsg {
	border: 1px solid #ff0000 !important;
}

/* Icons
-------------------------------------*/
.ui-icon { 
	width: 16px; 
	height: 16px; 
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat;
	background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon-closethick { 
	background-position: -99px -131px;
	float: right;
}

/* Overlays */
.ui-widget-overlay { 
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; 
	opacity: .3;
	filter:Alpha(Opacity=30);
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }
