/*--------------------------------------------------*/
/*      FORM
/*--------------------------------------------------*/
#form {
padding: 5px 0;
}
#form a {
color: #3a3a3f;
font-weight: bold;
cursor: pointer;
}
.formLineLight, .formLineDark {
display: block;
margin: 0 0 .1em 0;
padding: .3em;
color: #333;
}
.formLineLight { background: #eff4ff; }
.formLineDark { background: #e8eff3; }
#form .marked { border: 1px dashed #e20; }
.formLabel {
float: left;
padding-left: 5px;
color: #333;
line-height:34px;
vertical-align:middle;
width:160px;
}
.formLineDesc {
display: block;
padding: 2px;
}
.formLineSample {
clear: both;
display: block;
margin: 0 0 -3px 0;
padding: 2px 0 0 140px;
color: #555;
font-size: 10px;
font-family: sans-serif;
font-style: italic;
}
.formLineSampleDesc {
padding: 0 5px;
color: #444;
font-style: normal;
}
.input, .select, .checkbox, .captcha, .textarea, .submit, #form .date {
float:left;
padding:3px;
background: #d9e0e5;
-moz-border-radius: 6px;
}
#form .info {
color: #555;
font-weight:bold;
line-height:34px;
vertical-align:middle;
}
input, textarea,select {
padding:7px;
width: 262px;
color: #555;
border: solid 1px #aaa;
-moz-border-radius: 4px;
}
textarea { height: 110px;}
.formLineWide { width: 400px;}
.required input, .required select, .required textarea { background: #ffffcc; }
.disabled input, .disabled select, .disabled textarea { border: 1px solid #ddd; }
.selected input, .selected select { border: 1px solid #ff3300; }
.select select {
padding: .4em .3em;
width: 278px;
}
.date select {
padding: .4em .3em;
width: inherit;;
}
option {
padding-right: 7px;
color: #777;
font-weight:bold;
}
.checkbox {
float: left;
}
.checkboxItem {
float: left;
padding:4px;
background: #d9e0e5;
-moz-border-radius: 6px;
}
.checkboxItem .check {
float: left;
margin: 0 4px 0 0;
width: 13px;
height: 13px;
border: solid 1px #aaa;
background: #fff;
-moz-border-radius: 4px;
cursor: pointer;
}
.checkboxItem.checked .check {
border: solid 1px #fff;
background: #777;
}
#captcha {
vertical-align:bottom;
}
.captcha input {
width: 115px;
}
span.submit { float: right; }
span.submit .loader { display: none; }
span.submit .loader img { float: left; margin: 6px; }
input.submit, input.button, a.button {
padding: 4px 21px;
width: auto;
min-width: 200px;
color: #eee;
font-size: 12px;
font-weight: bold;
border: 2px solid #fff;
background: #333;
cursor: pointer;
}
input.submit:hover, input.button:hover, a.button:hover {
color: #fff;
background: #222;
}
.submitDesc {
padding-left: 5px;
color: #777;
font-weight:bold;
line-height:36px;
}
a.button {
float: right;
padding: 6px 21px;
min-width: 200px;
text-decoration: none;
}
#form .images {
float: left;
padding: 2px 0;
border-top: 1px dotted #ddd;
background: #eee;
}
#form .images img, .video .videos img {
float :left;
margin: 2px;
padding: 3px;
border: 1px solid #ddd;
background: #fff;
cursor: move;
}
/*--------------------------------------------------*/
/*      RESULT
/*--------------------------------------------------*/
#result {
position: fixed;
top: 40%;
width: 960px;
z-index: 9000;
}
#result .pop {
display: block;
margin: 0 auto;
padding:8px;
width: 400px;
background: url(themes/kirkpinar/images/mask.png);
}
#result .close, #result .approve, #result .cancel {
position: absolute;
bottom: 8px;
padding: 4px 13px 5px;
color: #eee;
font-weight: bold;
border: 3px solid #ddd;
background: #333;
cursor: pointer;
-moz-border-radius: 4px;
}
#result .close, #result .approve { right: 8px; }
#result .cancel { left: 8px;}
#result .approve { border-color: #711; background: #911; }
#result h1 {
padding: 7px 30px;
font-size: 16px;
border-style: solid;
border-width: 0;
border-bottom-width: 1px;
}
#result.error h1 {
color: #fee;
border-color: #661100;
background: #881100 url(/themes/kirkpinar/images/error.png) 7px 7px no-repeat;
}
#result.alert h1 {
color: #ffe;
border-color: #b88800;
background: #e8af00 url(/themes/kirkpinar/images/alert.png) 7px 7px no-repeat;
}
#result.success h1 {
color: #efe;
border-color: #336611;
background: #558811 url(/themes/kirkpinar/images/success.png) 7px 7px no-repeat;
}
#result .container {
position: relative;
padding-bottom: 30px;
border: 1px solid #666;
background: #fff;
}
#result .container p {
padding: 13px;
font-size: 12px;
}
#result p.debug {
padding:  0 13px 10px;
color: #811;
font-size: 11px;
}

#form {
padding: 0;
}
#flank .formLabel {
color: #333;
font-size: 11px;
line-height: 28px;
width:115px;
}
#flank input, #flank textarea, #flank select {
padding:4px;
width: 155px;
font-size: 11px;
}
#flank .checkbox {
margin: 0;
}
#flank input.submit {
width: auto;
min-width: 100px;
color: #fff;
}
#flank .submitDesc {
font-size:11px;
line-height:30px;
}
#flank .submitDesc a { color: #777; }
#flank .submitDesc a:hover { color: #333; }