@charset "utf-8";
/* CSS Document */

.captcha {
	border: 0;
	margin-top: 10px;
}

form#contactUs textarea {
	overflow: scroll_y;
}

form#contactUs {
	margin-top: 20px;
}
#send-feedback-container {
	background: url("../../site/images/buttons/button_signup.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 11px;
    height: 21px;
    line-height: 25px;
    padding: 0 0 3px;
    width: 40px;
	text-align: center;
}
#send-feedback-container a {
	text-decoration: none;
}
