<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
$GLOBAL
\*------------------------------------*/
input,
textarea,
button {
    outline:none;
}
.frm {
		float: right;
		width:258px;
		padding:20px;
		margin: 0 0 20px 20px;
		color: #404040;
		background: #f7f7f7;
		border: 1px solid #dedede;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
.frm h2 {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 30px;
    color:#808080;
    font-weight: normal;
}
.form-desc {
}
.frmrow {
    display:block;
    padding:5px 0;
    margin:0;
    position:relative;
    float:left;
    width:100%;
}
.frmcaption {
    color:#404040;
    font-size:12px;
    font-weight:bold;
    line-height:20px;
    position:relative;
    display: block;
    margin-left: 10px;
}
.type_text .input,
.type_textarea .input,
.type_select_filter .txtinput {
    border:1px solid #dedede;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px 3px 3px 3px;
    display:block;
    overflow:hidden;
}
.type_text input,
.type_textarea textarea,
.type_select_filter .txtinput input {
    background:#ffffff;
    border:0;
    display:block;
    line-height:20px;
    height:16px;
    font-size: 16px;
    width:100%;
    resize:none;
}
.type_check_one .input,
.type_check_many .input {
    display:block;
		position: relative;
}
.type_check_one .input input,
.type_check_many .input input {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
}
.type_check_one .input label,
.type_check_many .input label {
    display:block;

}
.type_check_one .input .cptn,
.type_check_many .input .cptn {
    vertical-align:middle;
    display:inline-block;
    padding-left:25px;
		position: relative;
}
.type_check_many .input .cptn:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -8px;
		width: 12px;
		height: 12px;
		border: 2px solid #dedede;
		border-radius: 3px;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
}
.type_check_many .input input:checked + .cptn:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 2px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: url(../images/base/checker.png) no-repeat 50% 50%;
}
.type_check_many .input input:checked ~ .cptn:before {
		border-color: #ddd;
}
.accept_terms .input {
    padding-left:260px;
    clear:none;
}
select {
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.03);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.03);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.03);
    border:1px solid #D2D2D2;
}
select.focus {
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
/*------------------------------------*\
$ERRORS
\*------------------------------------*/
.error .frmcaption {
    color:#dc0000;
}
.error.type_text .input,
.error.type_textarea .input,
.type_select_filter.txtinput {
    border-color:#e37a7a;
    -webkit-box-shadow: 0 0 5px rgba(220,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(220,0,0,.15);
    box-shadow: 0 0 5px rgba(220,0,0,.15);
}
.error select {
    border-color:#ea8ba3;
    /*+box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);*/
    -moz-box-shadow:0 0 5px 3px rgba(232, 19, 39, 0.2);
    -webkit-box-shadow:0 0 5px 3px rgba(232, 19, 39, 0.2);
    -o-box-shadow:0 0 5px 3px rgba(232, 19, 39, 0.2);
    box-shadow:0 0 5px 3px rgba(232, 19, 39, 0.2);
}
.frm .type_check_one.error .cptn,
.frm .type_check_many.error .cptn {
    color:#ED114A;
}
.inputerror {
    display:block;
    float:left;
    margin-left: 10px;
    color:#ea275a;
    font-size:11px;
}
/*------------------------------------*\
$INPUT STYLES
\*------------------------------------*/
.frm .frmcaption {

}
.frm .type_text .input,
.frm .type_textarea .input,
.frm .type_select_filter .txtinput {
}
.frm .type_text input,
.frm .type_textarea textarea,
.frm .type_select_filter .txtinput input {
    padding:11px 10px;
    width:234px;
}
.frm .type_textarea textarea {
    height:auto;
}
.frm .type_select_filter .txtinput {
    margin-top:4px;
}
.frm .type_select_filter .txtinput input {
    width:50px;
    padding-top:5px;
    padding-bottom:5px;
}
.frm .type_select_filter .txtinput {
    float:left;
    margin-right:10px;
}
.frm .type_select_filter select {
    width:298px;
}
.frm .type_select_filter .add {
    padding-left:253px;
    padding-top:4px;
    font:11px sans-serif;
    margin-top:-6px;
}
.frm .type_text.postindex input {
    width:148px;
}
.frm .type_text.postindex .search {
    padding-top:6px;
    float:left;
    font-size:13px;
    padding-left:10px;
}
.frm .type_text.postindex .search a {
    text-decoration:underline;
}
.frm .type_select select,
.frm .type_multiselect select {
    width:360px;
}
.frm .type_check_one .cptn,
.frm .type_check_many .cptn {
    display:inline-block;
}
.recaptcha {
    padding-left:140px;
}
.buttons {
    overflow:hidden;
    clear:both;
    padding-top:15px;
}
.button {
    background: none;
    border:0;
    padding:0;
    margin:0;
    cursor:pointer;
}
.button01,
.button02 {
    display: inline-block;
}
.button01 &gt; span {
    display: block;
    padding:4px 15px 5px;
    background:#ba0000 url(../images/base/btn01.png) repeat-x top left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button01 span span {
    font-family: 'LeagueGothicRegular';
    font-size: 30px;
    color:#fff;
    font-weight: normal;
    line-height: 30px;
}
.button02 &gt; span {
    display: block;
    padding: 9px 20px 10px;
    background: #ba0000 url(../images/base/button02.png) repeat-x top left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button02 span span {
    font-family: 'LeagueGothicRegular';
    font-size: 30px;
    color:#fff;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}</pre></body></html>