/* 
    Document   : forms.css
    Created on : 17-apr-2010, 22:43:15
    Author     : Kaj Nelissen
    Description: General styling of forms
*/

form label {
    width: 180px;
    line-height: 34px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    float: left;
}

input[type="text"], input[type="password"], input[type="checkbox"], input[type="radio"] {
    width: 250px;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    border: 2px #0b2130 solid;
    background-color: #d7efff;
    float: left;
    margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"] {
    line-height: 30px;
    margin-right: 250px;
    width: 30px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus, textarea:hover, textarea:focus {
    border-color: #000;
    background-color: #badff8;
    color: #000;
}

input[type="submit"] {
    width: 120px;
    height: 30px;
    margin-left: 190px;
    text-align: center;
    font: bold 12px/30px Verdana;
    color: #fff;
    float: left;
    background: url('../images/news_buttons.png') no-repeat 0 0;
    border: 0;
}

input[type="submit"]:hover {
    color: #fff;
    text-decoration: underline;
    background: url('../images/news_buttons.png') no-repeat 0 -30px;
}

textarea {
    width: 530px;
    height: 150px;
    padding: 10px;
    border: 2px #0b2130 solid;
    background-color: #d7efff;
    float: left;
    margin-bottom: 10px;
}

input[type="text"].reqdone, input[type="password"].reqdone {
    border: 1px #43d02c solid;
}

input[type="text"].reqnot, input[type="password"].reqnot {
    border: 1px #a91010 solid;
}

div.formerror {
    width: 736px;
    padding: 15px;
    background-color: #fccccc;
    border: 2px #941818 solid;
    color: #941818;
    margin-bottom: 20px;
}

div.form_ok {
    width: 736px;
    padding: 15px;
    background-color: #b2f168;
    border: 2px #385d0c solid;
    color: #385d0c;
    margin-bottom: 20px;
}

select {
    border: 1px #000 solid;
}

select option:hover {
    background-color: #e0fed4;
}

div.topicTitle {
    width: 750px;
    height: 32px;
    padding: 29px 10px 9px 10px;
    background: #fff url("../images/inputcloud.png") no-repeat top left;
    margin-bottom: 10px;
}

div.topicTitle input[type="text"] {
    display: block;
    width: 728px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    border: 1px #000 solid;
    line-height: 30px;
}

div.quick_reply {
    width: 750px;
    height: 132px;
    padding: 29px 10px 9px 10px;
    background: #fff url("../images/replycloud.png") no-repeat top left;
}

div.quick_reply textarea {
    display: block;
    float: left;
    width: 678px;
    height: 110px;
    padding: 10px 10px 10px 10px;
    border: 1px #000 solid;
}

div.quick_reply input[type="image"] {
    display: block;
    float: left;
    width: 50px;
    height: 132px;
    padding: 0;
    border: none;
    background: url("../images/replybutton.png") no-repeat top left;
}

div.bbcode {
    display: block;
    width: 610px;
    padding: 5px 0 5px 160px;
    margin: 5px 0 5px 0;
    height: 20px;
    border: none;
    background: url("../images/bbcode.png") no-repeat top left;
    font: bold 12px/20px Verdana;
    color: #fff;
}

div.bbcode img, div.bbcode span {
    cursor: pointer;
}