/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #FFFFFF; }

/*input# {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: px;
	width: px;
	background: url('../img/') no-repeat left top;
	padding:0;
	border:none;
}

input#:hover, input#:focus {
	background-position: left -px;
}*/
/* =============================================================================
   Colors & Defaults
   ========================================================================== */
#MemberLoginForm_LoginForm, #CustomLogin_LoginForm {
  width: 50%;
  margin-top: 25px; }

#loginbox #CustomLogin_LoginForm {
  width: 100%; }

#MemberLoginForm_LoginForm label, #CustomLogin_LoginForm label {
  width: 27%; }

#loginbox #CustomLogin_LoginForm label {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

#MemberLoginForm_LoginForm .field, #CustomLogin_LoginForm .field {
  margin-bottom: 20px; }

#MemberLoginForm_LoginForm #Remember label, #CustomLogin_LoginForm #Remember label {
  width: 90%; }

#MemberLoginForm_LoginForm_action_dologin {
  margin-bottom: 15px; }

#Form_SubscribeForm {
  width: 300px;
  margin-bottom: 15px; }
  #Form_SubscribeForm fieldset {
    float: left;
    width: 210px; }
  #Form_SubscribeForm .Actions {
    float: right;
    width: 70px; }
  #Form_SubscribeForm input {
    height: 30px;
    padding: 5px 5px;
    font-family: "freight-sans-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.125em; }
   #Form_SubscribeForm input#Form_SubscribeForm_Email {
    width:96%;}
  #Form_SubscribeForm input#Form_SubscribeForm_action_subscribe {
    background-color: #ee3224;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #be1e2e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "freight-sans-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    padding: 11px 24px;
    text-decoration: none;
    text-align: center;
    height: auto; }
    #Form_SubscribeForm input#Form_SubscribeForm_action_subscribe:hover {
      background-color: #f0492f; }
    #Form_SubscribeForm input#Form_SubscribeForm_action_subscribe:active {
      position: relative;
      top: 1px; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
