
#add_form {
		margin: 0px;
		padding: 4px;
		background-color: white;
        font-size: 10pt;
		font-family: Arial, Verdana;

          }

		#add_form select,input,textarea {			font-family: Verdana;
			font-size: 11px;
			background-color:#f7f7f7;
			border:1px solid #ddd;
			color: #333333;
                      }

		#add_form select:focus,input:focus,textarea:focus {
			font-family: Verdana;
			font-size: 11px;
			background-color:#fff;
			border:1px solid #333;
			color: #333333;
                      }

		#add_form td {
			border-bottom:1px dotted #eee;
		    padding:8px 0px 8px 0px;

                      }

        #add_form sup {        	font-family: Verdana;
        	font-size: 8pt;
        	color: #CC0000;
        	          }