/*
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 : 1/Out/2014, 18:10:31
    Author     : filipemurteira
*/

body{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
}

form{
    margin: auto;
    width: 500px;
}

.inputButtonL,
.inputButton{
    position: absolute;
    right: -120px;
    bottom: 0px;
    padding: 5px;
    width: 100px;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-weight: bold;
}

.inputButtonL{
    position: relative;
    right: auto;
    bottom: auto;
}

.linkBack{
    position: absolute;
    left: -120px;
    bottom: 0px;
    padding: 5px;
    width: 100px;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

#rodape{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 10px;
    text-align: center;
}
#rodape > div{
    margin: auto;
    position: relative;
    width: 500px;
    background-color: yellowgreen;
}

table{
    margin: auto;
    width: 500px;
    font-size: 12px;
}

h1{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

table td.nome{
    font-weight: 700;
    text-transform: uppercase;
}

textArea{
    width: 100%;
    height: 100px;
    padding: 5px;
    resize: none;
    margin-bottom: 10px;
}

.inputTexto{
    width: 100%;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
}

.linkOpcao{
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    margin-bottom: 10px;
}
.linkOpcao:hover{
    text-decoration: underline;
}