<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  @template       LEPTON-Start
 *  @version        see info.php of this template
 *  @author         cms-lab
 *  @copyright      2010-2014 CMS-LAB
 *  @license        http://creativecommons.org/licenses/by/3.0/
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 */
 
/* custom frontend.css for form module */ 
.required {
	color: #EF3A3F;
}
.field_title {
    padding-top: 2px;
    text-align: right;
    vertical-align: top;
    width: 100px;
}
.textfield {
	width: 300px;
}
.textarea {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    margin-top:2px;
    margin-bottom:2px;
    width: 90%;
	height: 150px;
	border:1px solid #b2b2b2;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    margin-top:2px;
    margin-bottom:2px;
    width: 90%;
	height: 150px;
	border:1px solid #b2b2b2;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	width: 300px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
.textfield, .email {
    border: 1px solid #b2b2b2;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    margin-top:2px;
    margin-bottom:2px;
    width:90%;
    }

form input[type='submit'] { margin-top:14px;margin-left:0px;margin-bottom:14px; } 

.captcha_expl {padding-left:10px;} 
.text_captcha {padding-left:10px;} 

</pre></body></html>