/* FORM SPACE */

/* form table */
table.form   { 
border-collapse: collapse;
font-family: Verdana; 
font-size: 10px; 
color: #000066; 
width: 540px;
}

	/* fields' names on the left */	
	td.FormNames {
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF; 
	font-family: Verdana; 
	font-size: 10px;
	height: 28px; 
	color: #000066; 
	font-weight: bold; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    padding-left: 6px; 
    padding-right: 3px; 
    padding-top: 2px; 
    padding-bottom: 2px;
    text-align: left;
    text-valign: top; 
    background-color:#DDEEFD;
    }

	/* fields' names on the left diff color */	
	td.FormNames1 {
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF; 
	font-family: Verdana; 
	font-size: 10px;
	height: 28px; 
	color: #000066; 
	font-weight: bold; 
    border-left-width: 0px; 
    border-right-width: 0px; 
    padding-left: 6px; 
    padding-right: 3px; 
    padding-top: 2px; 
    padding-bottom: 2px;
    text-align: left;
    text-valign: top; 
    background-color: #e2e7fc;
    }  
 	   td.FormNames#checkboxes {
 	   height: 50px;
 	   }

	 /* form fields on the right */ 	   
 	 td.FormFields {
	 text-align: left;
 	 font-family: Verdana; 
 	 color: #000066; 
 	 font-size: 10px; 
	 border-top: 1px solid #FFFFFF; 
	 border-bottom: 1px solid #FFFFFF; 
     padding-left: 4px; 
     padding-right: 6px; 
     padding-top: 2px; 
     padding-bottom: 2px;
     background-color: #F0F7FE;
     }

	 /* form fields on the right diff color*/ 	   
 	 td.FormFields1 {
	 text-align: left;
 	 font-family: Verdana; 
 	 color: #000066; 
 	 font-size: 10px; 
	 border-top: 1px solid #FFFFFF; 
	 border-bottom: 1px solid #FFFFFF; 
     padding-left: 4px; 
     padding-right: 6px; 
     padding-top: 2px; 
     padding-bottom: 2px;
     background-color: #edf1fd;
     }
     
     /* buttons field */
     td.FormButtons {
	 text-align: left;
     border-top:2px solid #0099FF; 
	 height: 40px; 
     background-repeat: repeat-x; 
     background-position-y: top; 
	 background-color:#DDEEFD; 
	 border-left-width:1px; 
	 border-right-width:1px; 
	 border-bottom-width:1px;
     }
     
/* FORM ELEMENTS */

input.text {
border:1px solid #96DCFE; 
font-family: Verdana; 
font-size: 11px; 
color: #000000; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px
}

input.text#title {
width: 440px;
}

select.multiple {
font-family: Verdana; 
font-size: 10px; 
color: #000000; 
border-style: solid; 
border-width: 1px; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px;
}

textarea.send_form {
border:1px solid #96DCFE; 
font-family: Verdana; 
font-size: 11px; 
color: #000000; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px; 
width:440px; 
height:160px;

}

input.submit#send {
border-style:solid; 
border-width:0px; 
background-image: url('../img/panel/forms/button_send.png'); 
background-repeat: no-repeat; 
background-position: center; 
width:80px; 
height:28px; 
background-color:#DDEEFD;
}

input.submit#cancel {
border-style:solid; 
border-width:0px; 
background-image: url('../img/panel/forms/button_cancel.png'); 
background-repeat: no-repeat; 
background-position: center; 
width:100px; 
height:28px;
background-color:#DDEEFD;
}
