    /* Basic Grey */
    .basic-grey {
		text-shadow: 1px 1px 1px #FFF;
		font-size:14px;
    }
    .basic-grey h1 {
		font-size: 25px;
		padding: 0px 0px 10px 40px;
		display: block;
		border-bottom:1px solid #E4E4E4;
		margin: -10px -15px 30px -10px;;
		color: #888;
    }
    .basic-grey h1>span {
		display: block;
		font-size: 11px;
    }
    .basic-grey label {
		display: block;
		margin: 0px;
    }
    .basic-grey label>span {
		float: left;
		width: 20%;
		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, .basic-grey input[type="password"], .basic-grey input[type="file"] {
		border: 1px solid #DADADA;
		color: #888;
		height: 30px;
		margin-bottom: 16px;
		margin-right: 6px;
		margin-top: 2px;
		outline: 0 none;
		padding: 3px 3px 3px 5px;
		font-size: 12px;
		line-height:15px;
		box-shadow: inset 0px 1px 4px #ECECEC;
		-moz-box-shadow: inset 0px 1px 4px #ECECEC;
		-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    }
    .basic-grey textarea{
		padding: 5px 3px 3px 5px;
    }
    .basic-grey select {
		background: #FFF url('../images/down-arrow.png') no-repeat right;
		background: #FFF url('../images/down-arrow.png') no-repeat right);
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
		height: 35px;
		line-height: 25px;
    }
    .basic-grey textarea{
		height:100px;
    }
    .basic-grey .submit {
		background: #F71616;
		border: none;
		padding: 10px 25px 10px 25px;
		color: #FFF;
		box-shadow: 1px 1px 5px #B6B6B6;
		border-radius: 3px;
		text-shadow: 1px 1px 1px #9E3F3F;
		cursor: pointer;
    }
    .basic-grey .submit:hover {
		background: #CF7A7A
    }
	.select{
		border-right: #000000 1px solid;
		border-top: #ffffff 1px solid;
		font-size: 12px;
		border-left: #ffffff 1px solid;
		color:#003366;
		border-bottom: #000000 1px solid;
		background-color: #f4f4f4;
	}
	.editbox{
		background: #ffffff;
		border: 1px solid #b7b7b7;
		color: #003366;
		cursor: text;
		font-family: "arial";
		font-size: 9pt;
		height: 18px;
		padding: 1px;
	}
	.multieditbox{
		background: #ffffff;
		border-bottom: #b7b7b7 1px solid;
		border-left: #b7b7b7 1px solid;
		border-right: #b7b7b7 1px solid;
		border-top: #b7b7b7 1px solid;
		color: #003366;
		cursor: text;
		font-family: "arial";
		font-size: 9pt;
		padding: 1px;
	}