
input[type=submit] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #D31027), color-stop(1, #EA384D));
	background:-moz-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-webkit-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-o-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-ms-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:linear-gradient(to bottom, #D31027 5%, #EA384D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D31027', endColorstr='#EA384D',GradientType=0);
	background-color:#f92d2d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #6f2f2f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12pt;
	padding:5px 15px;
	text-decoration:none;
	line-height:25px;
}

input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e90000), color-stop(1, #a70000));
	background:-moz-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-webkit-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-o-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-ms-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:linear-gradient(to bottom, #e90000 5%, #a70000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#a70000',GradientType=0);
	border:1px solid #a70000;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}

input[type=reset] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);
	background-color:#e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bebebe;
	display:inline-block;
	cursor:pointer;
	color:#444444;
	font-size:12pt;
	padding:5px 15px;
	text-decoration:none;
	line-height:25px;
}

input[type=reset]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fdfdfd 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0);
	border:1px solid #bebebe;
}

input[type=reset]:active {
	position:relative;
	top:1px;
}

.button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);
	background-color:#e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bebebe;
	display:inline-block;
	cursor:pointer;
	color:#444444;
	font-size:12pt;
	padding:5px 15px;
	text-decoration:none;
	line-height:25px;
}

.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fdfdfd 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0);
	border:1px solid #bebebe;
}

.button:active {
	position:relative;
	top:1px;
}

.sbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #D31027), color-stop(1, #EA384D));
	background:-moz-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-webkit-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-o-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:-ms-linear-gradient(top, #D31027 5%, #EA384D 100%);
	background:linear-gradient(to bottom, #D31027 5%, #EA384D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D31027', endColorstr='#EA384D',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #2f426f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12pt;
	padding:5px 15px;
	text-decoration:none;
	line-height:25px;
}

.sbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e90000), color-stop(1, #a70000));
	background:-moz-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-webkit-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-o-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:-ms-linear-gradient(top, #e90000 5%, #a70000 100%);
	background:linear-gradient(to bottom, #e90000 5%, #a70000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#a70000',GradientType=0);
	border:1px solid #a70000;
}

.sbutton:active {
	position:relative;
	top:1px;
}


.fileAttachButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);
	background-color:#e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bebebe;
	display:inline-block;
	cursor:pointer;
	color:#444444;
	font-size:12pt;
	line-height:15px;
	padding:5px 10px;
	text-decoration:none;
}

.fileAttachButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fdfdfd 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0);
	border:1px solid #bebebe;
}

.fileAttachButton:active {
	position:relative;
	top:1px;
}
