/* Basic Grey */
.basic-grey {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #888;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 5px #CCCCCC;
	border-radius:6px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #f7f7f7;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.basic-grey h1 {
	padding: 0px 0px 10px 40px;
	display: block;
	margin: -10px -30px 30px -30px;
	color: #888;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DADADA;
	font-family: "Trebuchet MS";
	font-size: 25px;
}
.basic-grey h1>span {
	display: block;
	font-size: 12px;
}
.basic-grey label {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.basic-grey label>span {
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
	border: 1px solid #DADADA;
	color: #333;
	height: 20px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	width: 70%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
.basic-grey select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 72%;
	height: 30px;
	background-color: #FFF;
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.basic-grey textarea{
	height:100px;
	color: #333;
	padding-top: 10px;
}
.basic-grey .button {
	border: none;
	color: #FFF;
	background-color: #507489;
	border: 1px solid #CCC;
	border-radius:6px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
