
fieldset 
{
	margin: 15px 0px;
	border: 1px solid #4671b6;
}

legend 
{
    color: #4671b6;
    font-weight: bold;
    font-size: 16px;
}

.form table 
{
    border-collapse: collapse;
}

.form table td 
{
    text-align: left;
    vertical-align: top;
    padding: 6px 10px;
}

.form table td sup 
{
    color: red;
    font-weight: bold;
}

.form .input
{
    width: 300px;
    height: 20px;
    background: #eee;
    border:1px solid #8f8f91;
}

.form textarea
{
    width: 300px;
    height: 100px;
    background: #eee;
    border:1px solid #8f8f91;
}

.form #text
{
    width: 300px;
    height: 200px;
    background: #eee;
    border:1px solid #8f8f91;	
}

.send_button
{
    background: url(../img/send_button.gif) no-repeat;
    border: none;
    width: 106px;
    height: 26px;
    cursor: pointer;	
}

.reset_button
{
    background: url(../img/reset_button.gif) no-repeat;
    border: none;
    width: 106px;
    height: 26px;
    cursor: pointer;    
}

/* Content Elements: Messages */
#messages
{
    padding: 0;
    margin: 0;
    font: bold 12px Arial;
    white-space: nowrap;
}

#messages .message 
{
    padding: 20px 40px;
    color: #aaa9a6;
    background-color: #fff;
    border: 1px solid #aaa9a6;
}

#messages .warning
{
    padding: 20px 40px;
    color: #ffffff;
    background-color: #ff9900;
}

#messages .success 
{
    padding: 20px 40px;
    color: #242b27;
    background-color: #ebfce0;
    border: 1px solid #daf6c7;
}

#messages .error 
{
    padding: 20px 40px;
    color: #2b2b2b;
    background-color: #fbe4f1;
    border: 1px solid #d48b9a;
}
