﻿/* Subscribe form CSS */

h2 
{
    color:#0A1F62;
    font-weight:normal;
    font-family: "ITCFranklinGothicW01-Bk 812647", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
     font-size: 1.25em; /* 20px */
  line-height: 1.1em; /* 22px */
  margin-bottom: .7em;
  margin-top:.9em;
} 

p {
    font-size: 0.8125em; /* 13px */
  line-height: 1.6923em; /* 22px */
  margin-bottom: 1.6923em;
  color:#404040;	
	font: normal 100% Arial,Verdana,Sans-serif;
}

#frmSubscribe{ font-family:Arial,Verdana,Sans-serif; font-size:80%;}

/*#frmSubscribe fieldset {
	border: 1px solid #DDDDDD;
	width: 80%
}

#frmSubscribe form fieldset legend {
	color: #333333;
	background: white;
	border: 1px solid #DDDDDD;
	padding: 8px 12px;
	margin-bottom:-5px;
} 

*/

#frmSubscribe p label{
	width:200px;
	padding:0 0 5px 0;
}

#frmSubscribe label{padding-left:10px;} /* This is for checkboxes (they are not in the P tag) */

#frmSubscribe p{color: #333;}

#frmSubscribe input {
	min-width:200px;
width:100%;
	color: black;
	background:#EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top:2px;
	margin-bottom:10px;
	padding: 6px 2px;
}
#frmSubscribe input[type=checkbox] {
	margin-top:8px;
}

#frmSubscribe select {
	background:#EEEEEE;
	height:30px;
	margin-top:2px;
}

#frmSubscribe .submit input {
	color: white;
	background: #990033;
	border: 2px outset #CCCCCC;
	padding:2px 0px;
	margin-right:100px;
} 
#frmSubscribe .submit input:hover {
	background: #666666;
} 

#receive_container {
	margin:20px 0px 20px 0px;
}
#frmSubscribe input.emailType {
	width:auto;
	color: black;
	background:none;
	border: none;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

.CFButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #D34001;
	-webkit-box-shadow:inset 0px 1px 0px 0px #D34001;
	box-shadow:inset 0px 1px 0px 0px #D34001;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FE5815), color-stop(1, #FE6C2E) );
	background:-moz-linear-gradient( center top, #FE5815 5%, #FE6C2E 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE5815', endColorstr='#FE6C2E');
	background-color:#FE5815;
	border:1px solid #D34001 !important;
	display:inline-block;
	color:#ffffff !important;
	padding:5px 10px;
	font-family: "ITCFranklinGothicW01-Bk 812647", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #D34001;
}

.CFButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFAC88), color-stop(1, #FE5815) );
	background:-moz-linear-gradient( center top, #FFAC88 5%, #FE5815 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAC88', endColorstr='#FE5815');
	background-color:#FE5815;
	text-decoration:none;
}

.CFButton:active {
	position:relative;
	top:1px;
}