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-color: #b81818;
}
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;
	padding:12px 20px;
    box-sizing: border-box;
	height: 40px;
    text-align: center;
}

.CaptchaWhatsthisPanel{
	font-size: 12px;
    font-style: italic;
    padding-top: 0px;
}
.CaptchaWhatsThisPanel a{
	color:#000;
}


.CaptchaPanel {
    font-family: Arial;
}

.CaptchaImage {
    margin: auto;
}