@CHARSET "ISO-8859-1";

html, body{
	/*background-color: #F5F5F5;*/ 
	height: 100%;
	margin: 0;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: blue;
}

.menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-family: sans-serif;
    width: 99%;
}

.menu li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #808080;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

div.polaroid {
  width: 20%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  float: left;
  margin: 20px;
  
  
}

div.pcontainer {
  text-align: center;
  padding: 0px 0px;
  overflow: auto;
}

/* text box begin */

.textbox { 
    border: 1px solid #c4c4c4; 
    height: 30px; 
    width: 300px; 
    font-size: 15px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7FFFD4; 
    -moz-box-shadow: 0px 0px 8px #7FFFD4; 
    -webkit-box-shadow: 0px 0px 8px #7FFFD4; 
} 

.select { 
    border: 1px solid #c4c4c4; 
    height: 35px; 
    width: 300px; 
    font-size: 15px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.select:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7FFFD4; 
    -moz-box-shadow: 0px 0px 8px #7FFFD4; 
    -webkit-box-shadow: 0px 0px 8px #7FFFD4; 
} 

.verify{
	border-color: white;
	border: 0px;
	color: red;
}

/* end of text box */


/* start of  buttons */
.sbtn {
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #333;
  padding: 10px 10px 10px 10px;
  border: solid black 2px;
  text-decoration: none;
  width: 30%;
  max-width: 200px;
}

.sbtn:hover {
  background: silver;
  text-decoration: none;
}

.rsbtn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #0000FF;
  padding: 10px 10px 10px 10px;
  border: solid #9edaff 2px;
  text-decoration: none;
}

.rsbtn:hover {
  background: #FF4500;
  text-decoration: none;
}
/* End of buttons*/
table{
	font-weight: normal;
}
label.error	{
				color: red;
				font-style: italic;
				font-weight: bold;
				font-size: medium;
			}
td.middle {
	width: 320px;
}

.headtitle {
	background-color: #607d8b; /*#778BA5;*/
	font-size: 21px;
	color: white;
	font-weight: normal;
	text-align: center;
}

footer, .push{
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-align: center;
}

.wrapper{
	min-height: 100%;
	margin-bottom: -70px;
}

.contacttext{
	font-size: large;
	font-style: italic;
	font-weight: normal;
}

.contacttextn{
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

.ddarrow{
	font-size: 11px;
	line-height: 0%;
	/*
		<span class="ddarrow">&#9660;</span>
		dropdown arrow
	*/
}