﻿.NewsletterForm {
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	text-align:center;
}

.NewsletterForm td {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:left;
}

.NewsletterFormInput {
	width:120px;
}

.NewsletterFormCaptchaInput {
	width:60px;
}

.NewsletterFormSubmit{
	    margin: 15px 0 0 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #d60000;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d60000;
    box-shadow: inset 0px 1px 0px 0px #d60000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d60000), color-stop(1, #c41c1c));
    background: -moz-linear-gradient(top, #d60000 5%, #c41c1c 100%);
    background: -webkit-linear-gradient(top, #d60000 5%, #c41c1c 100%);
    background: -o-linear-gradient(top, #d60000 5%, #c41c1c 100%);
    background: -ms-linear-gradient(top, #d60000 5%, #c41c1c 100%);
    background: linear-gradient(to bottom, #d60000 5%, #c41c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60000', endColorstr='#c41c1c',GradientType=0);
    background-color: #d60000;
    border: 1px solid #d60000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 1px;
    padding: 13px 31px;
    text-decoration: none;
}
.NewsletterFormSubmit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c41c1c), color-stop(1, #d60000));
	background:-moz-linear-gradient(top, #c41c1c 5%, #d60000 100%);
	background:-webkit-linear-gradient(top, #c41c1c 5%, #d60000 100%);
	background:-o-linear-gradient(top, #c41c1c 5%, #d60000 100%);
	background:-ms-linear-gradient(top, #c41c1c 5%, #d60000 100%);
	background:linear-gradient(to bottom, #c41c1c 5%, #d60000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41c1c', endColorstr='#d60000',GradientType=0);
	background-color:#c41c1c;
}
..NewsletterFormSubmit:active {
	position:relative;
	top:1px;
}