/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 13, 2014, 10:06:33 PM
    Author     : Casey
*/
.input {
        border-radius: 5px; 
        height:20px; 
        border-color:black; 
        border-width: 2px;
}

.field {
        float:left; 
        text-align: left;
        padding: 10px;
        color:#aaa
}
.info {
        text-align: center;
        display:inline-block;
}

.request {
        border-radius: 5px; 
        height:100px;
        width:500px;
        border-color:black; 
        border-width: 2px;
        color:#000
}