﻿.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 0 15px 7px;
	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;
}
.tblPaymentPlanRequestForm
{
	width: 100%;
	border: none;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin: 15px 0;
}
.tblPaymentPlanRequestForm h2
{
	/*background-color: #c2e1fe; */
	padding: 15px 0 15px 7px;
}
.box
{
	background-color: #fdfaf6;
	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;
}