
.convform {
	width: 960px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;	
	color : #323232;
}

.convform input[type=text]  {
	width: 80px;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 4px;
}


.convform #igal input[type=text]  {
	width: 120px;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 4px;
}

.convform input[type=text]:disabled {

	background : #ffffff;
	color: #000000;
}

.convform select {
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 4px;
}

.convform input[type=submit],input[type=reset],input[type=button] {
	width: 100px;
	background-color: #323232;
	color: white;
	padding: 7px 10px;
	margin: 8px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.convform input[type=submit]:hover {
	background-color: #323232;
}

.convform input[type=button] {
	float: right;
}

.convform .form_container
{

}

.convform .form_container .form
{
	border: 1px solid #c0c0c0;
	padding-left: 5px;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 10px;
}

.convform .form_container .form .help
{
	font-family: 'Open sans', sans-serif; 
	font-size : 14px;
	
	padding-left: 5px;
	padding-right: 5px;
}

.convform .form_container .heading
{
	font-family: 'Open sans', sans-serif; 
	font-size : 24px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: underline;
}

.convform .form_container .result
{
	font-size: 16px;
	color: #ef8700;
	width: 30%;
}

.convform .requiredlabel {
	color: #043ee5;
}

.convform .errorlabel {
	color: #e81313;
}

.convform .error {
	color: #e81313;
	font-size : 11px;
	font-weight: bold;
	padding-left: 5px;
}

.convform .label {
	color: #ed6706;
	font-size : 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.clear
{
	clear : both;
}

.perTab {
	display: none;
}

.toc {
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;	
	color : #323232;
}

.toc a
{
	color: #323232;
	text-decoration: none;
}

.toc a:hover
{
	color: #ed6706;
	font-weight: normal;
}

.convform .dropdownsel
{
	font-style: italic;
	color: #808080;
}
}