/* 
    Document   : oneblock
    Created on : 09.09.2011, 10:10:39
    Author     : wetschea
    Description:
        Adds styles to the oneblock-template
*/

#box{
    width:810px;
        float: left;
}
#title{
    float: left;
    margin-right: 10px;
    width: 170px;
     border-bottom: 3px solid #0080D8;
}
#content{
   float: right;
    margin-top: 20px;
    width: 630px;
}

#title h1{
    font-size: 1.5em;
    
}

/*ContactForm*/

.contactField{
    float:right;
}

fieldset{
    border:none;
}

div#errorMessage, div#flashMessage{
font-weight: bold;
    color:#ff7e00;
}

span#errorMessage{
font-weight: bold;
    color:#ff7e00;
    font-size:11px;
    vertical-align: middle;
}
label#message {
     margin-right: 124px;
}
#formContactForm input{
    width: 170px;
}

#main img#captchaImage{
    padding:0;
    float: none;
}

textarea#message{
    height: 180px;
    width: 410px;
    font-family:tahoma,sans-serif;
}

input#submit{
    width: 110px;
}

