/* $Id: forms.css,v 1.2 2013/04/06 18:27:01 sap Exp $ */


.frow {
    overflow: hidden;    
    clear: both;    
    margin: 2px 0px 8px 0px;    
    font-size: 13px;    
}

label {
    width: 260px;    
    float: left;    
    font-weight: 700;    
    padding-right: 20px;    
    height: 34px;    
    line-height: 34px;    
    text-align: right;    
}

.nonbold {
    font-weight: 500;    
}

.field {
    position: relative;
    float: left;    
    margin-right: 10px;    
}

input[type=text],
textarea,
select {
    width: 300px;
    font-size: 14px;
    line-height: 24px;
}


input[type=text] {
    height: 34px;    
    text-indent: 4px;
}

select {
    height: 38px;    
    display: block;
    width: 302px;
}

@-moz-document url-prefix() { 
    select {
        padding-top: 7px;
    }
}

input.half {
    width: 144px;    
}

input.quarter {
    width: 67px;    
}

input[type=text] {
    border: 1px solid #c6cfd5;
    background: #f2f7fa;    
}

textarea {
    border: 1px solid #c6cfd5;
    background: #f2f7fa;    
}

select {
    border: 1px solid #c6cfd5;
    background: #f2f7fa;    
}

input[type=submit],
input[type=button] {
    color: #fff;
    background-color: #00AD67;
    border: 4px solid #0577A0;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin: 20px 0 12px;
    padding: 10px 28px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}


#error_message {    
    display: none;
    color: #AC0000;
    background: url(../img/icon_error_alert.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 54px;
    margin: 20px 0px 0px 285px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    
}

textarea.error,    
select.error,    
input.error {    
    border: 1px solid #AC0000;
    color: #600;
}

.err_msg {
    position: absolute;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
    background: #AC0000;
    padding: 0px 3px 0px 3px;
    
}























