.edit {
background-color: #CC0000;
}

.edit a { 
    font-family:tahoma;
    font-variant:small-caps;
	font-size:13px;
	color:white;
    text-decoration:none;
}

.edit a:hover { 
	color:yellow;
}

.edit a:active { 
	color:yellow;
}


.actions{
    font-variant:small-caps;
    font-size:13px;
    font-weight: bold;
	color:white;
    background-color: #CC0000;    
    text-align:right;
    /*margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;*/
}

.actions table{
spacing: 0px;
    }

.actions td{
border: 1px solid #FFFFFF;
    padding: 5px;
    
    }

.actions a { 
	color:yellow;
    text-decoration:none;
    }

.actions a:hover { 
	color:white;
    }

.actions a:active { 
	color:yellow;
    }

.insert a{
    font-variant:small-caps;
    font-size:13px;
    font-weight: bold;
    color: yellow;
    background-color: #CC0000;
    padding:7px;
    text-decoration: none;
    }

.insert a:hover {
    color: white;
    }



legend  { font-weight:bold}
fieldset {border:0px;background-color:yellow;}
label { 
    position : relative; 
    width : 364px; 
    display : block; 
    margin : 5px;
    padding:2px;
    font-family:tahoma;
    font-size:13px;
    color:#353638;
    }
    
label input, label select { position : absolute; left : 120px; width:100%; background-color: white; }

select, iframe
{
    padding: 0;
    background-color: white;
    width:100%;
}

input[type=checkbox], input.checkbox
{
    width: auto;
}

input.button{
  background-color:#DF421E;
  color:white;
  width:100%;

}


input:active
{
    background-color: #808080;
    color: #00367B;
}

