.defaultinput
{
font-size:90%;
width:150px;
border:1px solid #ccc;
height:20px;
padding:4px 8px;
margin-bottom:0px;
}
.defaulttextarea
{
width:250px;
font-size:100%;
border:1px solid #ccc;
height:100px;
padding:4px 8px;
margin-bottom:0px;
}

.longinput
{
font-size:90%;
width:275px;
border:1px solid #ccc;
height:20px;
padding:4px 8px;
margin-bottom:0px;
}
.longtextarea
{
width:400px;
font-size:100%;
border:1px solid #ccc;
height:100px;
padding:4px 8px;
margin-bottom:0px;
}
.defaultbutton
{
background-color:#ccc;
font-weight:bold;
}

.feedback_ok
{
color: green;
}

.feedback_error
{
color: red;
}