﻿.container
{
	/*margin: 0 0 15px 0;
	width: 689px;*/
}

input[type="text"], select, textarea
{
	padding: 10px !important;
	font-size: 11pt !important;
	border-color: #cccccc !important;
	border-style: solid !important;
	border-radius: 3px !important;
	border-width: 1px !important;
}
.pnlForm
{
	/*background-color: #f5f5f5; 	border-bottom: solid 1px #d1d1d1; 	border-right: solid 1px #d1d1d1; 	border-radius: 10px; 	padding: 15px 0;*/
}
h1
{
	/*padding: 15px;
	background-color: #555;
	color: #fff !important;*/
}
div ul
{
	/* for the radio button list */
	padding: 0 !important;
	margin: 0 !important;
}
ul li
{
	/* for the radio button list */
	list-style: none !important;
	padding-bottom: 8px;
}
.cellStyle
{
	vertical-align: top;
}
.itemStyle
{
	vertical-align: top;
	padding: 0 10px 10px 10px;
	white-space: nowrap;
}
.labelStyle
{
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 275px;
}
.textbox
{
	border: solid 1px #ffa300 !important;
	box-shadow: 0px 0px 10px #ffa300 !important;
}

.rcTable, .riTextBox
{
	width: 210px !important;
	font-size: 10.5pt !important;
}
.tblACCRequestForm
{
	width: 100%;
	border: none;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin: 15px 0;
	border-collapse: inherit;
}
.tblACCRequestForm td
{
	padding: 0 0 10px 0;
}
.tblACCRequestForm h2
{
	/*color: #fff !important;
	background-color: #948147;*/
	padding: 15px 0;
}
.box
{
	background-color: #cae4fc;
	border-radius: 0 10px 10px 10px;
	padding: 5px 10px;
}
.RadUpload_Default input
{
	width: 400px;
}
.RadUpload .ruInputs, .RadUploadProgressArea .ruProgress
{
	width: 620px;
}

.RadUpload .ruFakeInput
{
	height: 24px;
}
.RadUpload .ruButton, .RadUploadProgressArea .ruButton
{
	margin-top: 4px;
}
.RadPicker
{
	width: inherit !important;
	height: 40px !important;
}
.upload
{
	position: relative;
	display: inline-block;
	height: 163px;
}
.upload .img-top
{
	display: none;
	position: absolute;
	/*top: 15px;
	left: 15px;*/
	z-index: 99;
}
.upload:hover .img-top
{
	display: inline;
}

.footer-info span {
	font-size: 14.4px;
}
.show {
	display: block !important;
}

.btn-show {
	display: inline !important;
}