/*=============== XINSEDUCTION :: TABLE FRAME ================*/
.moduleFrame {
	border: none;
	padding: 0 0 5px 0;
}
.blue-module .moduleFrame {
	background: transparent url(../images/TableFrame/br-blue0.png) no-repeat right bottom;
}
.blue-module {
	background: transparent url(../images/TableFrame/bl-blue0.png) no-repeat left bottom;
}
.blue-module .moduleHeaderContainer {
	background: transparent url(../images/TableFrame/tl-blue0.png) no-repeat left top;
}
.blue-module .moduleHeader {
	background: transparent url(../images/TableFrame/tr-blue0.png) no-repeat right top;
}
.blue-module .moduleBody {
	margin:30px 0 10px 0;
	border:#E6F5FA 1px solid;
	padding:10px 0 10px 10px;
}
/*=============================================*/

.moduleHeading {
	float:left;
}
.moduleClose {
	float:right;
	/* position:relative;*/	
	width:43px;
	height:17px;
	/* background:url(../images/TableFrame/close.png)*/
}
.moduleClose a {
	background: url(../images/TableFrame/closeOFF.png) 0 0 no-repeat;
	outline:none;
	display:block;
	height:17px;
}
.moduleClose a:hover {
	background: url(../images/TableFrame/closeON.png) 0 0 no-repeat;
	outline:none;
	display:block;
	height:17px;
}
.moduleFooter {
	float:inherit;
	padding-left:160px;
}
.moduleFooter input {
	width:60px;
	color:#36F
}

