/* Main Form */
.form {
    background-color: #ffffff;
    float: left; 
    margin: 0 25px 0 0;
    padding: 0 20px 0 0
}

.stylized {
	float:left; background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:25px;
    width:540px;
	margin:30px 0 50px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:3px 3px 5px 6px #EEEEEE; -webkit-box-shadow: 3px 3px 5px 6px #EEEEEE; box-shadow:3px 3px 5px 6px #EEEEEE
}

/* TextBox */
.stylized .textbox {
	margin-bottom:14px;     
	outline:none;    
    -webkit-appearance:none;
    -moz-appearance:none
}

/* Textbox */
.stylized .textbox:focus {    
	float:left;	
    border:1px solid #DDDDDD;
    font-size:14px;
    height:1.2em;
    outline:medium none;
    padding:8px 10px;
    width:264px;
	color:#666666;border-color:#56a3e2; box-shadow:inset 0 0 5px rgba(86,163,226, 0.4)
}

/* Textfield - Label */
.stylized .textfield {height:23px; width:220px; float:left; font-size:14px; padding-top:8px}

.stylized input, .stylized .blank{
    float:left;	
    border:1px solid #DDDDDD;
    font-size:14px;
    height:1.2em;
    outline:medium none;
    padding:8px 10px;
    width:264px;
	color:#666666
}

/* Select - Dropdown */
	.stylized select {    
    width:285px;
	color:#666666;
	height:35px;
	margin-bottom:14px;
	font-size:14px;
	padding:7px 0 0 6px;
	border:1px solid #DDDDDD;
	background-color:#ffffff
}

.stylized .blank {border:none}
.stylized #email {display:none}
.stylized .form_tips {font-size:11px; color:#35c2e4}

/* TextArea */
.stylized textarea {width:280px; height:120px; border:1px solid #DDDDDD; outline:none; -webkit-appearance:none; -moz-appearance:none color:#666666}

/* Submit Button */
input.button_green {
	width:284px;
    background-color:#98CC53;
    border:#91B65B 1px solid;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:35px;
    line-height:31px;
    padding:0 10px;
    text-align:center;
	margin-top:15px;
	-webkit-appearance:none
}

.g-recaptcha {float:left; margin:15px 0 10px 0; transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0}

@media screen and (max-width:650px) {	

	.form {width:100%; margin:0; padding:0;}
	.stylized {background-color:#eeeeee; box-shadow:none; width:calc(100% - 20px); float:none; margin:5px 0 0 0; padding:10px}
	.stylized .textfield {float:none; font-size:12px; margin-bottom:8px}
	.stylized textarea {width:calc(100% - 2px); height:80px}
	.stylized select {width:100%; margin-bottom:6px}
	.stylized input, .stylized .blank {float:none; margin-bottom:6px; height:12px; width:calc(100% - 20px)}
	.stylized .textbox {height:12px; width:calc(100% - 20px); float:none; margin-bottom:4px}
	.stylized .textbox:focus {height:12px; width:calc(100% - 20px); float:none; margin-bottom:4px}
	.stylized input.button_green {width:100%; height:35px; }
	.submit_spacer {display:none}

}

@media screen and (max-width:450px) {
	#middle {padding:5px}	
}
