#frm-showUserForm .form_container_title {
	font-size: 15px;
	background-color: #dddddd;
	color: #2424a6;
}

#frm-showUserForm label, #frm-showUserForm span.fapi-form-label, #frm-showUserForm td.form_container_description, #frm-showUserForm td, #frm-showUserForm th {
	color: #2424a6;
	font-family: Arial;
	font-size: 13px;
}

#frm-showUserForm label span.description, #frm-showUserForm td.form_container_description {
	color: #666666;
}

#frm-showUserForm input[type=submit] {
	background: linear-gradient(to bottom, #54de60 0%, #386e1c 100%) no-repeat border-box;
	/*moz*/background: -moz-linear-gradient(top,  #54de60,  #386e1c) no-repeat border-box;
	/*webkit*/background: -webkit-gradient(linear, left top, left bottom, from(#54de60), to(#386e1c)) no-repeat border-box;
	/*ie*/filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54de60', endColorstr='#386e1c');
	color: #000000;
	font-size: 20px;
}

