@charset "utf-8";
/* CSS Document */

/* Basic Grey */
.basic-grey {
	margin-left:auto;
	margin-right:auto;
	max-width: 700px;
	background: none;
	padding: 25px 15px 25px 10px;
	font: 14px Arial;
	font-weight:bold;
	color:#FFF;
	border:none;
}
.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: #FFF;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #FFF;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    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 input[type="text"]:focus, .basic-grey input[type="email"]:focus, .basic-grey textarea:focus, .basic-grey select:focus {
    background-color:#CEFFD6;
	color:#000;
	border: 1px solid #0C0;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #fff url(../media/arrowdown.gif) no-repeat 98% 50%;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 36px;
    line-height: 25px;
	text-align:center;
}
.basic-grey option{
	background-color:#CEFFD6;
    height: 26px;
    line-height: 25px;
	text-align:center;
	padding-top:12px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
	width:60%;
	margin-left: 20%;
	height: 40px;
    background: #FFF;
	background: -webkit-linear-gradient(#FFF, #999); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #999); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #999); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #999);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	box-shadow: 0px 2px 3px #000248;
    cursor: pointer;
}
.basic-grey .button:hover {
	background: #EEEEEE;
	background: -webkit-linear-gradient(#CEFFD6, #80FF80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CEFFD6, #80FF80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CEFFD6, #40FF40); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CEFFD6, #80FF80);
	border-bottom-color: #060;
	border-top-color: #60FF60;
	border-left-color: #060;
	border-right-color: #060;
}
.captcha{
    margin: 0 auto;
  width: 304px;
}


/* Basic blue*/
.basic-blue {
	margin-left:auto;
	margin-right:auto;
	max-width: 700px;
	background: none;
	padding: 25px 15px 25px 10px;
	font: 14px Arial;
	font-weight:bold;
	color:#FFF;
	border:none;
}
.basic-blue h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-blue h1>span {
    display: block;
    font-size: 11px;
}
.basic-blue label {
    display: block;
    margin: 0px;
}
.basic-blue label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #FFF;
}
.basic-blue input[type="text"], .basic-blue input[type="email"], .basic-blue textarea, .basic-blue select {
    border: 1px solid #FFF;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-blue input[type="text"]:focus, .basic-blue input[type="email"]:focus, .basic-blue textarea:focus, .basic-blue select:focus {
	background-color: #CEFCFF;
	color: #000;
	border: 1px solid #0CF;
}
.basic-blue textarea{
    padding: 5px 3px 3px 5px;
}
.basic-blue select {
    background: #fff url(../media/arrowdown.gif) no-repeat 98% 50%;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 36px;
    line-height: 25px;
	text-align:center;
}
.basic-blue option{
	background-color: #CEFCFF;
	height: 26px;
	line-height: 25px;
	text-align: center;
	padding-top: 12px;
}
.basic-blue textarea{
    height:100px;
}
.basic-blue .button {
	width:60%;
	margin-left: 20%;
	height: 40px;
    background: #FFF;
	background: -webkit-linear-gradient(#FFF, #999); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #999); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #999); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #999);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	box-shadow: 0px 2px 3px #000248;
    cursor: pointer;
}
.basic-blue .button:hover {
	background: #EEEEEE;
	background: -webkit-linear-gradient(#5CA5ED, #80FF80); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5CA5ED, #80FF80); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5CA5ED, #40FF40); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3CF, #3FF);
	border-bottom-color: #00ADB7;
	border-top-color: #BFFFFF;
	border-left-color: #00ADB7;
	border-right-color: #00ADB7;
}