.errorfield {
    position: absolute;
    width: 400px;
    left: 30%;
    top: 40%;
    border: 1px solid #CECECE;
}

.errortitle  {
    font-size: 125%;
}

.errortitle {
    font-size: 125%;
    padding: 0em 10px;
    display: block;
    width: 400px;
    border: solid 1px #ffb30b;
    color: #fff;
    text-align: left;
    color:#FFFFFF;
    font-family: Arial;
    background: #ffb30b; /* Old browsers */
    }
.error ul {
    color: black;
    text-align: left;
    font-size: 12pt;
    list-style: none;
    font-weight: normal;
    font-family: Arial;
    padding:0 1em;
}
.error input {
    font-size: 12pt;
    margin: 1em;
    padding: .1em 1em;
    text-align: center;
}
input[type=button], input[type=submit], input[type=reset], button, .button {
	border: solid 1px gray;
    color: #000;
    background: #eeeeee; /* Old browsers */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
