.Content input[type=reset],
.Content input[type=button],
.Content input[type=submit]             { /*margin-left: 26%;*/
                                          margin: 2px;
										  padding: 7px 13px;
                                          /*color: #fff;
                                          border-bottom: 1px solid #5b992b;*/
                                          font-weight: bold; font-size: 11px;
                                          text-align: center;
                                          /*background: #7fbf4d;
                                          background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
                                          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
                                          box-shadow: inset 0 1px 0 0 #96ca6d;*/
                                          font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
                                          line-height: 1;
                                          /*text-shadow: 0 -1px 0 #4c9021;*/
                                          border-radius: 3px;
                                          vertical-align: top;
                                         /* -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
                                          -moz-border-radius: 3px;
                                          -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
                                          -webkit-border-radius: 3px;
                                          border: 1px solid #63a62f;*/ }

.Content input[type=reset]:active,
.Content input[type=button]:active,
.Content input[type=submit]:active      { /*border-bottom: 1px solid #538c27;
                                          box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
                                          -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
                                          -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
                                          border: 1px solid #5b992b;*/ }

.Content input[type=reset]:hover,
.Content input[type=button]:hover,
.Content input[type=submit]:hover       { /*background: #76b347;
                                          background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
                                          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
                                          box-shadow: inset 0 1px 0 0 #8dbf67;
                                          -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
                                          -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
                                          cursor: pointer;*/ }

.DLGLabelTD,
.DiscDLGLabelTD                         { width: auto;
                                          padding: 5px 10px 0px 5px;
                                          font-weight: 700;
                                          text-align: right;
                                          vertical-align: top }

.DLGValueTD,
.DiscDLGValueTD                         { width: 75%;
                                          padding: 5px }

.DLGValueTD input[type=checkbox],
.DLGValueTD input[type=radio]           { position: relative;
                                          top: .25em }

.DLGValueTD textarea.DLGControl         {  }

.DLGValueTD input[type=text],
.DLGValueTD input[type=password],
.DLGValueTD textarea,
.DLGValueTD select                      { margin: 0px; padding: 5px 7px 4px 7px;
                                          color: #000;
                                          background: #fff;
                                          border: 1px solid #bbb; }

.DLGValueTD input[type=text]:focus,
.DLGValueTD input[type=password]:focus,
.DLGValueTD textarea:focus,
.DLGValueTD select:focus                { background: #ffffff;
                                          border-color: #666; }

.DLGValueTD input[type=file]            { width: 70% !important; 
                                          display: inline-block;
										  margin: 0px -25% 0px 0px; padding: 5px 7px 4px 7px;
                                          color: #000;
                                          background: #fff;
                                          border: 1px solid #bbb; }