﻿body {
}

.failureNotification
{
    font-size: 1em;
    color: Red;
}

.centerWithColor {
    margin: 20px auto;
    padding: 5px;
    width: 300px;
    height: 300px;
    background-color: #efedce;
    border: 1px #d9d0c1 solid;
    border-radius: 3px;
}

.entry 
{
    margin-left: 10px;
    margin-bottom: 10px;
    width: 260px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.blueButton 
{
    width: 150px;
    height: 30px;
    color:#ffffff;
    -moz-box-shadow: 0px 0px 5px #343434;
    -webkit-box-shadow: 0px 0px 5px #343434;
    -o-box-shadow: 0px 0px 5px #343434;
    box-shadow: 0px 0px 5px #343434;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    border: 1px solid #3079ed;
    background:#4d90fe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="4d90fe", endColorstr="4787ed");
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -moz-linear-gradient(top center, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
}

.buttonHolder {
    margin-top: 10px;
    text-align: center;
}