#content label {
    display: block;
	font-size: 16px;	
}

#content p.comFont, span.comFont {
	font-weight: bold; 
	font-style: italic;
}

#content label.labelHidden {
    display: none;
}

#content .HiddenLabel{
	display:none;
}

#content input.cFormStyle{
	display: inline-block;
	height: 10px;
}

#content span.cFormQ5{
	display: inline-block;
	font-size: 20px;
}

#content label.BlankLabel{
	height: 20px;
}

#content label.labelHidden2 .checkbox-text {
    display: none;
}
#content label.labelHidden2 + .field-validation-error {
	display: none;
}
#content p {
    font-size: 16px;
}

#content span {
    font-size: 16px;
}

#content input, textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 300;
    margin-bottom: 15px;
	/*font-family: Arial;*/
	font-family: 'Roboto', sans-serif, Arial;
}
#content select {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 300;
    margin-bottom: 15px;
}
#content label {
	font-size: 1rem;
}
#content label input[type=checkbox]{
    width: auto;
	display: inline;
	font-size: 1rem;
	padding: 0;
}

#content input[type=radio]{
    width:auto;
	display: inline;
	font-size: 1rem;
	padding: 0;
}

#content input[type=submit]{
	width: 25%;
	border: none;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
	background-color:#ddd;
}
#content input[type=submit]:hover{
	width: 25%;
	border: none;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 15px;
	color: white;
	background-color: #C31F26;
}
#content input[type=reset]{
	width: 25%;
	border: none;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
	background-color:#ddd;
}
#content input[type=reset]:hover{
	width: 25%;
	border: none;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 15px;
	color: white;
	background-color: #C31F26;
}

@media only screen and (max-width: 768px) {
	 #content input[type=submit]{
		width: 50%;
		border: none;
		font-size: 16px;
		padding: 10px;
		box-sizing: border-box;
		font-weight: 200;
		margin-bottom: 15px;
		margin-top: 15px;
		cursor: pointer;
		background-color:#ddd;
	}
	#content input[type=submit]:hover{
		width: 50%;
		border: none;
		font-size: 16px;
		padding: 10px;
		box-sizing: border-box;
		font-weight: 200;
		margin-bottom: 15px;
		margin-top: 15px;
		color: white;
		background-color: #C31F26;
	}
	#content input[type=reset]{
		width: 50%;
		border: none;
		font-size: 16px;
		padding: 10px;
		box-sizing: border-box;
		font-weight: 200;
		margin-bottom: 15px;
		margin-top: 15px;
		cursor: pointer;
		background-color:#ddd;
	}
	#content input[type=reset]:hover{
		width: 50%;
		border: none;
		font-size: 16px;
		padding: 10px;
		box-sizing: border-box;
		font-weight: 200;
		margin-bottom: 15px;
		margin-top: 15px;
		color: white;
		background-color: #C31F26;
	}
	#content input[type=radio]{
    width:auto;
	display: inline;
	font-size: 1rem;
	padding: 0;
}
} 


#content .ErrorMessage {
    display: none;
}
#content .contentFrom {
    border-style: solid;
	padding-left: 20px;
	padding-right:20px;
}
#content .Responsibility{
    width: 100%;	
}
#content .F6Responsibility1{
    width: 100%;
	height: 100px;
}
#content .F6Responsibility2{
    width: 100%;
	height: 150px;
}
#content .checkSubmitBtn {
    width: 6%;
	float: left;
}
#content .ResponsibilityRight {
    width: 94%;
	float: right;
}
#content .center {
    text-align: center;
}
#content .underline {
    text-decoration: underline;
}
#content .bold {
    font-weight: bold;
}
#content .CaptchaSession{
	 display: inline-block;
	 width: 100%;
     text-align: left;
}
#content .field-validation-error{	
	color:red;
	margin-bottom:15px;
	display: block;
    margin-top: -15px;	
}
#content .CaptchaSession .field-validation-error{
	margin-top:-2px;
}
#content .PleaseNote{
	color: red;
	font-style: italic;	
}
#content .textLeft{
	text-align: right;
}
#content .checkboxHide label{
	font-size: 0;
}
.colorRed{
	color:red;
}
#content .textboxReadonly.no{
	width: 30%;
}
#content .checkMember {
	width: 2%;
    float: left;
}
#content .checkboxMember{
	margin-bottom: 10px;
}
#content .textboxReadonlyno{
	width: 30%;
}

#content .DeclarationMessage label {
    padding-bottom: 16px;
}

#content .DeclarationMessage input{
	margin-bottom:0px;
}

#content .hiddenInput {
	display: none;
}

@media print {
	.d-print-none{
		display:none;
	}
	.d-none {
		/*display: block;*/
	}
}
@media screen {
	.d-none {
		display: none!important;
	}
	
}
.text-print-div.textarea-print-div {
		min-height: 8rem;
		border: 1px solid rgb(169, 169, 169);
	}