@charset "utf-8";

#contents {
    width: 600px;
    margin: 10px auto 10px auto;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px;    
}
#contents p {
    font-size: 14px;
}
#contents h3 {
    font-size: 14px;
}

#contents table {
    width: 600px;    
}

#contents th {
    border:1px solid #c1dad7;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 12px;
    background:#F5FAFA;
}
#contents td {
    border:1px solid #c1dad7;
    background:#fff;
    padding:5px 5px 5px 5px;
    font-size: 12px;
}
.alert-error {
    background: #F5FAFA;
    color: #ff6347;
    font-size: 14px;
}

.btn-main {
    float: right;
    margin-top: 10px;
    background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0099CC;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 140px;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.btn-main:hover {
    float: right;
    margin-top: 10px;
    background: -moz-linear-gradient(top,#E5D9BF, #B7953D 50%,#B38000 50%,#CC9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#E5D9BF), color-stop(0.5,#B7953D), color-stop(0.5,#B38000), to(#CC9900));
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CC9900;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 140px;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 10px;
}

