body {
background: #f0f0f0;
}
.text {
color: #49615b;
}
.container {
min-height: 800px;
}
.header {
width: 100%;
height: 87px;
background: #ffffff;
}
.custom_bg { background: url(/design/front/images/page_bg_kif.jpg) repeat-x; }
.custom_bg_2 {
width: 1000px;
min-height: 210px;
margin: 0px auto 10px auto;
background: url(/design/front/images/page_bg.jpg) no-repeat;
}
.page, .window {
width: 800px;
margin: 0px auto 0px auto;
padding: 15px;
border: 1px solid #bebebe;
background:#ffffff;
}
.window {
width: 500px;
-moz-box-shadow: 3px 3px 4px #303030;
-webkit-box-shadow: 3px 3px 4px #303030;
box-shadow: 3px 3px 4px #303030;
}
.page_title, .win_title {
position: relative;
top: -20px;
width: 710px;
height: 61px;
line-height: 81px;
margin-left: auto;
margin-right: auto;
padding: 20px 15px 0px 105px;
color: #ffffff;
font-size: 25pt;
font-weight: bold;
background: url(/design/front/images/page_bg_edm.png) no-repeat;
}
.sub_title_1 {
padding: 3px 10px 3px 10px;
color: #3678a2;
background: #dedede;
font-size: 11pt;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
.sec_title_1 {
color: #45655d;
font-size: 14pt;
font-weight: bold;
}
.form_group {
padding: 5px;
border: 1px solid #e0e0e0;
background: #f0f0f0;
}
.label { color:#2d86b0; font-weight:bold; }
.data { color:#000000; }
.sep_v {
width: 2px;
height: 20px;
margin: auto 10px auto 10px;
border-left: 1px solid #c0c0c0;
}
.sep_h {
width: 100%;
height: 2px;
border-top: 2px solid #c0c0c0;
}
.spacer_5 { height:5px; }
.spacer_10 { height:10px; }