body {
	font-size: 16px;
}

.formFrame  table {
	width: 100%;
	font-family: Raleway,sans-serif;
	font-size: 12px;
}
.formFrame  table tr {
	font-size: 1em;
}
.formFrame,
.formFrameTop {
	background-color: #EEE;
	width: 700px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #789993;
	padding: 1em;
	border-radius: 25px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px 1px rgba(153, 153, 153, .5);
}
.formFrameTop {
    width: 720px;
	max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-indent: 2em;
    font-weight: bold;
    clear: both;
    position: relative;
    margin-bottom: -10px;
}
.formFrame {
	margin-bottom: 4em;
}
.formError {
    color: #000000;
    background-color: #FFFF80;
}

input {
	padding: 0.25em;
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .25em;
}
textarea {
  width: 100%;
}


input[type=button], input[type=submit], input[type=reset] {
	background-color: platinum;
	box-shadow: 0px 0px 1px 1px rgba(153,153,153, .8);
	border-radius:5px;
	transition: all 0.5s 0s ease-in;

}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: silver;
	transition: all 0.5s 0s ease-in;
 
}	
.bigButton {
}
.bigButton:hover {
 }
 
 img {max-width:100%;}
