div.post-content div.div_button p {
	font-size: 20pt;
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border-style: solid!important;
	border: 1px;
	border-color: #105378;
	border-radius: 5px;
	margin: auto;
	background-image: linear-gradient( to top, #5aabd6, #90c9e8 );
	color: #105378;
	text-align: center;
}
div.post-content div.div_button_disabled p {
	border-color: #ababab!important;
	background-image: linear-gradient( to top, #d6d0d4, #e6e3e8 )!important;
	color: #ababab!important;
}
div.div_button {
	height: auto;
	border: 0px;
	margin-bottom: 20px;
	position: relative;
	margin: 0 auto 20px 10px;
	display: inline-block;
	float: left;
}

input.fd-file {
	height: auto;
}

tr.dt-group {
	background-color: #1B80B6 !important;
	color: #FFFFFF !important;
}

td.mthfr-details-control {
	background: url('img/expand.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.mthfr-details-control {
	background: url('img/collapse.png') no-repeat center center;
}

.mthfr-styled-select{
	background: url('img/dropdown.png') no-repeat 98% 0;
	height: 29px;
	overflow: hidden;
	width: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #1B80B6;
	margin: 0 auto;
	margin-top: 32px;
}
select option {
	background: #1B80B6;
	color:#fff;
}

.mthfr-styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 550px;
	color: #fff;
}