﻿/* form elements */

input
{
	font-family : "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size : 14px;
    color: #333333;
}

fieldset
{
    
    margin-left : 20px;
    margin-top : 50px;
    margin-bottom : 100px;
    margin-right : 40px;
}

legend
{
    font-family : "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    font-size : 16px;
    font-weight : bolder;
    color : #274e89;
}

input.button
{
    
}

input.textbox 
{
    width: 338px;
    /*border: solid 1px #000000;*/
    margin: 2px 0px 2px 0px;
}

input.textboxAdmin 
{
    width: 167px;
    margin: 2px 0px 2px 0px;
}

textarea 
{
    font-family : "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size : 14px;
    width: 338px;
    height: 100px;
    margin: 2px 0px 2px 0px;
}

select.sel
{
    width: 340px;
}

select
{
   font-family : "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
   font-size : 14px;
   margin: 2px 0px 2px 0px;
}

.error
{
    color: #FF0000;
}
/* end formelements */