body {
	background-color:#F3F3F3; 
	margin:0; 
	border:.75pt solid #D9D9D9;
	padding-left:60px; 
	padding-top:15px;
	padding-right:60px;
	color: #595959;
	font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
}

p.heading {
	color: #2C4AA0; 
	font: normal normal normal 20px "Trebuchet MS", Helvetica, sans-serif;"
}

a {
	font: normal normal normal 30px "Trebuchet MS", Helvetica, sans-serif;"
}
div#slform_5{
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
}

/* Text fields */
div.sltextfield_5 {
  margin-bottom: 15px;
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
}

div#slform_5 div.sltextfield_5 label {
  display: block;
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 2px 0;
  padding:0;
  text-transform: none;
}

div#slform_5 div.sltextfield_5 input[type="text"], div.sltextfield_5 input[type="email"], div.sltextfield_5 input[type="password"] {
  border: solid #595959 1px;
  background-image: none;
  background-repeat: no-repeat;
  background-color:#FFFFFF;
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  color: #595959;
  margin: 0;
  width:100%;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;	
  padding: 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit;
}

/* Checkbox fields */
div.slcbfield_5 {
  margin-bottom: 15px;
}

div#slform_5 div.slcbfield_5 label {  
  display: inline;
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  vertical-align: middle;
  margin: 0;
  padding:0;
  text-transform: none;
}

div#slform_5 div.slcbfield_5 input[type="checkbox"] {
  margin-left: 0;
  background-image: none;
  background-repeat: no-repeat;
  color: #595959;
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* Captcha fields */
div.slcaptchafield_5 {
  margin-bottom: 15px;
}

div#slform_5 div.slcaptchafield_5 input[type="text"]{
  border: solid #595959 1px;
  background-image: none;
  background-repeat: no-repeat;
  background-color:#FFFFFF;
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  color: #595959;
  width: 4em;
  margin: 0;
  padding: 5px 5px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  max-width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  display: inline; 
  height: inherit;
}

div#slform_5 div.slcaptchafield_5 label {
  display: block;  
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 2px 0;
  padding:0;
  text-transform: none;
}

div#slform_5 div.slcaptchafield_5 img{
  vertical-align: top;
  height: 30px;
}

div#slform_5 div.slformmsg_5 {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: left;
  color: #595959;
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;  
}

a#slforgot_5{
  color: #595959;
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}

p#slsignup_5{
  text-align: left;
  padding: 0;
  margin: 15px 0 0 0;
}

p#slsignup_5 a{
  color: #000000;
  font: normal normal normal 12px "Trebuchet MS", Helvetica, sans-serif;
  text-align: left;
}

/* Button from http://www.bestcssbuttongenerator.com */
div#slform_5 #myButton_5, #myButton_6 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E3353E), color-stop(1, #E3353E));
  background:-moz-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-webkit-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-o-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-ms-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:linear-gradient(to bottom, #E3353E 5%, #E3353E 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3353E', endColorstr='#E3353E',GradientType=0);
  background-color:#E3353E;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display:inline-block;
  cursor:pointer;
  color: #FFFFFF;
  font: normal normal normal 18px "Trebuchet MS", Helvetica, sans-serif;
  padding: 6px 24px;
  text-decoration:none;
  border: solid #FFFFFF 4px;
  margin: 0 5px 5px 0;
}
div#slform_5 #myButton_5:hover, #mtButton_6:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E3353E), color-stop(1, #E3353E));
  background:-moz-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-webkit-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-o-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:-ms-linear-gradient(top, #E3353E 5%, #E3353E 100%);
  background:linear-gradient(to bottom, #E3353E 5%, #E3353E 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3353E', endColorstr='#E3353E',GradientType=0);
  background-color:#E3353E;
}
div#slform_5 #myButton_5:active, #myButton_6:active {
  position:relative;
  top:1px;
}
/* End of button *//* busy spinner */
div#slspinner_5 {
  display: none;
  box-sizing: content-box;
  float: right;
  height: 12px;
  width: 12px;
  margin-left: 0px;
  margin-right: -19px;
  margin-top: 2px;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 2px solid rgba(255,255,255, .3);
  border-right: 2px solid rgba(255,255,255, .3);
  border-bottom: 2px solid rgba(255,255,255, .3);
  border-top: 2px solid rgba(255,255,255, 1);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

