.defaultinput
{
width: 350px;
border:1px solid #ccc;
height:20px;
padding:4px 8px;
margin-bottom:0px;
}
.defaulttextarea
{
width:350px;
border:1px solid #ccc;
padding:4px 8px;
margin-bottom:0px;
}
.defaultbutton
{
background-color:#ccc;
}

.errortext
{
color: red;
font-weight:bold;
}
.successtext
{
font-weight: bold;
color:green;
}

#validator
{
margin: 0px auto;
width:717px;
text-align: center;
}

.progressbackgroundfilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    opacity: .5; 
    filter:alpha(opacity=50); 
    z-index:1000;
}
.processmessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding-top:0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    height: 13px;
    width:14%; 
    z-index:1001; 
    background-image:url(/images/loadingAnimation.gif);
}
