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

#frm-showUserForm label, #frm-showUserForm span.fapi-form-label, #frm-showUserForm td.form_container_description, #frm-showUserForm td, #frm-showUserForm th {
	color: #555555;
	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, #ffd325 0%, #fcbe00 100%) no-repeat border-box;
	/*moz*/background: -moz-linear-gradient(top,  #ffd325,  #fcbe00) no-repeat border-box;
	/*webkit*/background: -webkit-gradient(linear, left top, left bottom, from(#ffd325), to(#fcbe00)) no-repeat border-box;
	/*ie*/filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd325', endColorstr='#fcbe00');
	color: #000000;
	font-size: 20px;
}

