body {    background-color: lightgray;    font-family: sans-serif;    color: #333333;}main{    background: white;    border-color: #8a9da8;    /*height: 700px;*/    overflow: hidden;}table,td,th {    border: 0px solid blue;}table[type=FM_Info] ,td[type=FM_Info] ,th[type=FM_Info]  {    //background-image: linear-gradient(#f9f9f9, #e3e3e3);    border-collapse: collapse;     border: 1px solid black;    empty-cells: hide;}em1 {     padding-left: 2em; }fieldset {	background-color:none;	border:1px solid black;    /*border: none;*/	padding: ;	margin: ;	width: 25em;    border-radius: 10px; }fieldset.double input {    display:inline-block;     width:8em;     font-family: sans-serif;    border-radius: 5px; }fieldset.double textarea {	width: 20em;	height: 10em;	font-family: sans-serif;    border-radius: 5px;}fieldset.double select {	display:inline-block; 	width:8em;     font-family: sans-serif;    border-radius: 5px;}input[type=submit] {	padding:15px 23px;     background:#4CAF50;     border:0 none;    color: white;    cursor:pointer;    text-align: center;    text-decoration: none;    display: inline-block;    font-size: 16px;    -webkit-border-radius: 15px;    border-radius: 10px; }input[type=submit]:hover {	/*text-decoration: underline;*/	background-color:#FF0000;}
