/*------------------------------------*\
$GLOBAL
\*------------------------------------*/
.frm {
    color:#404040;
    margin:0;
}
.frm h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.frmrow {
    display:block;
    padding:19px 0;
    margin:0;
    position:relative;
    float:left;
    width:100%;
    font-size: 0;
}
.frmcaption {
    color:#202020;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    position:relative;
    display: block;
    vertical-align: middle;
    width:200px;
    padding:0 10px 0 20px;
}
.type_text .input,
.type_textarea .input,
.type_select_filter .txtinput {
    border:1px solid #d8d8d8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px 5px 5px 5px;
    display:block;
    display: inline-block;
    vertical-align: middle;
    overflow:hidden;
}
.type_text input,
.type_textarea textarea,
.type_select_filter .txtinput input {
    background:#ffffff;
    border:0;
    display:block;
    line-height:20px;
    height:30px;
    width:100%;
    -moz-box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.05);
}
.type_check_one .input,
.type_check_many .input {
    display: inline-block;
    vertical-align: middle;
    padding-left:10px;
}
.type_check_one .input label,
.type_check_many .input label {
    display:block;
    white-space:nowrap;
    padding-top:2px;
    padding-bottom:2px;
}
.type_check_one .input input,
.type_check_many .input input {
    width:13px;
    height:13px;
    display:inline-block;
    vertical-align:middle;
    margin:0;
    padding:0;
}
.type_check_one .input .cptn,
.type_check_many .input .cptn {
    vertical-align:middle;
    display:inline-block;
    padding-left:10px;
    font-size: 14px;
}
select {
    -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.03);
    -o-box-shadow:0 2px 2px rgba(0, 0, 0, 0.03);
    box-shadow:0 2px 2px rgba(0, 0, 0, 0.03);
    border:1px solid #dedede;
}
select.focus {
    -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
}
.type_select select,
.type_multiselect select {
    border:1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*------------------------------------*\
$ERRORS
\*------------------------------------*/
.error .frmcaption {
    color:#ea275a;
}
.error.type_text .input,
.error.type_textarea .input,
.type_select_filter.txtinput {
    border-color:#f1a4b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 0 5px rgba(244,22,79,.25);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 0 5px rgba(244,22,79,.25);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 0 5px rgba(244,22,79,.25);
}
.error.type_text input,
.error.type_textarea textarea,
.type_select_filter .txtinput input {
    /*+box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);*/
    -moz-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -webkit-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    -o-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
    box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.05);
}
.error.type_text.focus .input,
.error.type_textarea.focus .input {
    /*+box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);*/
    -moz-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    -o-box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
    box-shadow:0 2px 5px rgba(232, 19, 39, 0.2);
}
.error.type_text.focus input,
.error.type_textarea.focus textarea {
    /*+box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);*/
    -moz-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    -webkit-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    -o-box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
    box-shadow:inset 0 5px 5px rgba(225, 20, 88, 0.1);
}
.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:5px 0 0 10px;
    color:#ea275a;
    font-size:11px;
}
/*------------------------------------*\
$INPUT STYLES
\*------------------------------------*/
.frm .type_text .input,
.frm .type_textarea .input,
.frm .type_select_filter .txtinput {
    width:490px;
    display: inline-block;
    vertical-align: middle;
}
.frm .type_text input,
.frm .type_textarea textarea,
.frm .type_select_filter .txtinput input {
    padding:10px 10px;
}
.frm .type_textarea textarea {
    height:74px;
}
.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:300px;
}
.frm .type_select_filter .add {
    padding-left:253px;
    padding-top:4px;
    font:11px sans-serif;
    margin-top:-6px;
}
.frm .type_text.postindex input {
    width:150px;
}
.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:490px;
}
.frm .type_check_one .cptn,
.frm .type_check_many .cptn {
    display:inline-block;
}