      form p {
        margin-bottom: 0px;
	margin-left: 12px;
	color: #F98A3B;
      }

      form p label {
        float: left;	
        width: 120px;
	color: #000000;
        margin-top: 2px;
        cursor: pointer;
      }
// Checkbox //
      form p input {
        border: 0px dotted #7e7e7e;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
        margin-top: 1px;
        width: 15px;
      }

      form p input[type="text"] {
        border: 1px dotted #7e7e7e;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
        margin-top: 1px;
        width: 270px;
      } {
        border: 10px dotted #7e7e7e;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
        margin-top: 1px;
        width: 270px;
      }
      
       form p textarea {
        border: 1px dotted #7e7e7e;
        margin-top: 1px;
        width: 270px;
      }


      form p select {
        width: auto;
	border: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	margin-top: 1px;
      }

      form p textarea {
        width: 270px;
        height: 130px;
      }

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: 80px;
	border: solid 1px #fff;
        padding: 3px;
	color: #FFF;
	background-color: #F98A3B;
        cursor: pointer;
      }

