<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.formItem { margin-bottom:5px; }
.formItem_label { float:left; width:23%; text-align:right; padding-top:4px; color:#666; font-size:15px; font-weight:bold; }
.formItem_input { float:right; width:75%; text-align:left; }
.formItem_input_box { border:1px solid #ccc; background:#fff; padding:3px 6px; -moz-border-radius:4px; border-radius:4px; }
.formItem select,
.formItem textarea,
.formItem input { width:100%; border:none; background:transparent; font-size:15px; }
.formItem textarea { font-family:inherit; height:5em; resize:vertical; }

form .fields { padding:0px 20px; }
form .buttons { text-align:right; margin-top:20px; padding:10px 20px; border-top:1px solid #ddd; }

button { 
	border:1px solid #0674c4; -moz-border-radius:4px; border-radius:4px; background:url('../../images/btn.gif') center repeat-x;
	-moz-box-shadow:inset 0 0 2px 0px #fff; -webkit-box-shadow:inset 0 0 2px 0px #fff; box-shadow:inset 0 0 2px 0px #fff;
	font-size:14px; color:#fff; padding:2px 20px; cursor:pointer;
}
button.less { border:1px solid #464646; background-image:url('../../images/btn_less.gif'); opacity:0.8; }
button:hover { background-image:url('../../images/btn_hover.gif'); }
button.less:hover { background-image:url('../../images/btn_less_hover.gif'); }

/* speciality */
.checkbox .formItem_input_box { width:25px; }
.checkbox .formItem input { width:auto; }

/* alternatory */
.formItem.big .formItem_label { font-size:17px; color:#0674C4; }
.formItem.big select,
.formItem.big textarea,
.formItem.big input { font-size:17px; font-weight:bold; }

/* tabs */
.tabs  { background:url('../../images/tabs/tabs.gif') center 29px repeat-x; height:66px; margin:0px; padding:0 0 0 20px; }
.tabs li { height:29px; float:left; list-style:none; margin:0px 0px 0px 2px; }

.tabs .tabs-tab1 { display:block; height:66px; background:url('../../images/tabs/tabs-tab1.gif') left 0px no-repeat; }
.tabs .tabs-tab2 { display:block; height:66px; background:url('../../images/tabs/tabs-tab2.gif') left 0px repeat-x; }
.tabs .tabs-tab3 { display:block; height:66px; background:url('../../images/tabs/tabs-tab3.gif') right 0px no-repeat; }
.tabs a { color:#fff !important; margin:0px 20px; padding:17px 5px 10px 5px; display:block; text-decoration:none; font-size:14px; border:none; }

.tabs .active .tabs-tab1 { height:66px; background:url('../../images/tabs/tabs-tab1_active.gif') left top no-repeat; }
.tabs .active .tabs-tab2 { height:66px; background:url('../../images/tabs/tabs-tab2_active.gif') repeat-x; }
.tabs .active .tabs-tab3 { height:66px; background:url('../../images/tabs/tabs-tab3_active.gif') right top no-repeat; }
.tabs .active a { color:#646464 !important; margin:0px 20px; padding:15px 5px 0px 5px; display:block; text-decoration:none; font-size:14px; }

.tabbed_side1 { float:left; width:2px; height:182px; background:url('../../images/tabs/tabs-side1.gif') left 29px no-repeat; }
.tabbed_side2 { float:right; width:2px; height:182px; background:url('../../images/tabs/tabs-side2.gif') left 29px no-repeat; }


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