.txt-mdl2-head{
  font-size: 27px;
    font-weight: 400;
	line-height:33px;
    padding: 6px 0 0;
    text-align: center;
	}
	.txt-links{ height:auto !important;}
	.box-support{ padding:10px 40px}
	.support-border{background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #e6e5e5; border-radius:3px}
	.textareabox{
 border: 1px solid #c7c6c7;
    border-radius: 4px;
    padding: 10px 5px;
    width: 260px;
	height:40px
}
#top-widget-tab-hide {
   
    display: none;
}

.left-contact {
	width:500px;
	padding-bottom:10px;

	font-weight:bold;
}
.right-contact {
	width:300px;
	padding-bottom:10px;
}
td {
	font-size:12px;
	padding-bottom:10px;
}
input {
	font-size:12px;
}
select {
	font-size:12px;
}
.style1 {
	color: #FF0000
}
#top-widget-area {
    display: block;
}
.border-bottom{border-bottom: 1px solid #e6e5e5;}
.modal-box{
	margin:0 auto;
	margin-top:20px;
	height: 972px;
	width: 735px;
    background:#f5f5f5;
	border: 1px solid #CCCCCC;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.5)
}

.modalbox-title-bar{
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #AAAAAA;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index:200;
    text-shadow:0 1px 0 #fff;
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
}

.modalbox-title{
    color: #666666;
    font-size: 14px;
    padding: 0 15px;
    margin: 0px;
}

h1.modalbox-title{
    font-weight: normal;
}

.modalbox-close{
    border-left: 1px solid #F5F2F2;
    box-shadow: -1px 0 0 #B5B5B5;
    color: #888888;
    font-size: 12px;
    padding:0 11px 0 15px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor:pointer;
}
.modalbox-close:hover{
    background:rgba(50,50,50,0.05);
}


.modalbox-details {
    color: #444444;
    font-size: 11px;
    line-height: 15px;
    min-height: 160px;
    position: relative;
	padding:10px;
    z-index: 300;
}