input[type=text], select, textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit], input[type=reset]{
    width: 30%;
    background-color: #4e4f4e;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:14px;
	font-weight:bold;
}
input[type=reset]{
    background-color: #c1c1c1;
	
}


input[type=submit]:hover {
    background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
   
	}
input[type=reset]:hover{
    background-color: #999999;
}
.buttons{
    text-align: center;
}

.fillout-form {
    background-color: #f2f2f2;
    padding: 20px;
    width: 80%;
    margin: 30px 10px 10px 0;
    display: inline-table;
	text-align:left;
}
#CaptchaAnswer{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	height: 40;
    text-align: center;
}

.CaptchaWhatsthisPanel{
	font-size: 12px;
    font-style: italic;
    padding-top: 0px;
}
.CaptchaWhatsThisPanel a{
	color:#000;
}


.CaptchaPanel {
    font-family: Arial;
}

.CaptchaImage {
    margin: auto;
}