
html {
	height: auto;
	width: 100%;
	overflow: auto;
}
 
body {
  background-color: #F1F1F1;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif !important;
	font-size: 14px;
  line-height: normal;
  margin: 0 !important;
}

#whitebar {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px #888888;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
img.sitelogo {
  margin: 0 0 0 24px;
  max-width: 100%;
}

.makerTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 5% auto 10px;
  text-align: center;
}
.makerSubtitle {
  font-size: 16px;
  font-weight: normal;
  margin: 10px auto 5%;
  text-align: center;
}

.container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	font-size: 14px;
  margin: 2% auto 2%;
  min-height: 270px;
  min-width: 600px;
  padding: 5px 0 40px;
  width: 60%;
}

input.button, button, input[type="reset"], input[type="button"], input[type="submit"], a.input {
	background-color: #e1e1e1;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);	
	border: 1px solid #d0d0d0;
	border-radius: 3px; 
	box-shadow: inset 0px 0px 2px #fff;
	color: #444;
  font-family: Arial,Helvetica,sans-serif !important;
	font-size: 14px;
	min-width: 150px;
	padding: 8px 12px; 
	text-decoration: none !important; 
	text-shadow: 1px 1px 1px #fff;
}

input.button:hover, input.button:hover, button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, a.input:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
	color: #444;
}

input.button:active, button:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active, a.input:active {
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	border: 1px solid #666;
}

select {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: none;
  font-family: helvetica;
  font-size: 14px;
  padding: 10px 5px 8px;
}
option {

}

#searchdiv input {
	max-width: 300px;
}

textarea {
  background: none repeat scroll 0 0 #EEF9EF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-family: courier,monospace;
	font-size: 14px;
  overflow: auto;
  padding: 10px;
}

