* {
  margin: 0;
  padding: 0;
  }

html, body {
  height:100%;
  width: 100%;
  } 
  
body, input, textarea, select, pre {
  font-size: 100.01%; 
  font-family: Helvetica, Arial, Verdana, 'Trebuchet MS', sans-serif; 
}

img {
  border: none;
}

p, label, ul, ol, dl {
  margin-bottom: 7px;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: normal;
  }


h1 {
  margin-top: 0;
  font-size: 210%;
  }
  
h2 {
  font-size: 150%;
  color: #750303;
  margin-bottom: 1em;      
  }

h3 {
  font-size: 130%;
  margin-bottom: 0.8em;    
  }

h4 {
  font-size: 120%;
  margin-bottom: 0.7em;    
  }
  
h5 {
  font-size: 110%;
  margin-bottom: 0.5em;  
  }

h6 {
  font-size: 100%;
  font-weight: bold;  
  margin-bottom: 0.5em;      
  }


.left {
   float: left; 
   margin-right: 10px; 
   left: -5px;
}


.right {
   float: right; 
   margin-left: 10px; 
   left: 5px;
}


strong {
  font-weight: bold;
}

table {
  font-size: 1em;
}


a, 
a:link, 
a:visited {
  text-decoration: underline;
  }
  
a:hover {
  text-decoration: none;
  }
  
sub, sup {
  line-height: 0px;
  font-size: 60%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }




/* Imitation of a tabulator */

dl.tab {
/*  position: relative;*/
}

dl.tab dd {
  display: inline;
/*  
  position: relative;
  top: -1.2em;
  left: 50px;  
  padding: 0;  
  padding-right: 50px;
  */
}

dl.w30 dt {
	float: left;
	width: 30px;
	}
dl.w40 dt {
	float: left;
	width: 40px;
	}	
dl.w50 dt {
	float: left;
	width: 50px;
	}	
dl.w60 dt {
	float: left;
	width: 60px;
	}	
dl.w70 dt {
	float: left;
	width: 70px;
	}	
dl.w80 dt {
	float: left;
	width: 80px;
	}		
dl.w90 dt {
	float: left;
	width: 90px;
	}	
dl.w100 dt {
	float: left;
	width: 100px;
	}	
dl.w110 dt {
	float: left;
	width: 110px;
	}	
dl.w120 dt {
	float: left;
	width: 120px;
	}		
dl.w130 dt {
	float: left;
	width: 130px;
	}
dl.w140 dt {
	float: left;
	width: 140px;
	}		
dl.w150 dt {
	float: left;
	width: 150px;
	}
		
	
/* basic form-design */
	
form {
  margin: 0;
  padding: 0;  
}

form div {
  margin: 0;
  
}

form div.row {
  margin-top: 5px;
}

fieldset {
  margin: 0 0 20px 0;
  border: 1px solid #CCCCCC;  
  padding: 0 20px 20px 20px;
}

legend {
  color: gray;
  margin-bottom: 10px;
}

label {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 2px 0;
}



.formclass {
	border-color: #c2c2c2 !important;
	border-right: 1px solid #dbdbdb !important;
	border-bottom: 1px solid #dbdbdb !important;	
	border: 1px solid;
	border-color: #a7a6aa; /* IE */
	
	padding: 1px 1px 1px 5px;
	margin: 0;
    background-color: white;
    width: 350px;  
    clear: both;
    float: left;	
    color: black;
	}



select.formclass {
  width: 358px;
}

option {
	padding-left: 2px;
}

textarea {
    height: 200px;
}



.Radio {
  border: none;
  background: none;
  color: black;
}


input.formclass:focus, 
textarea.formclass:focus, 
select.formclass:focus {
  border: 1px solid gray !important;
}	


input.Btn {
  width: 200px;
  height: 26px;
  color: black;
  margin-top: 50px;
}


label.req {
  border-left: 4px solid red;
}

	
	
