@charset "utf-8";
/* CSS Document */

a {color:#f93; text-decoration:none;}
a:hover {text-decoration:underline;}
.bordered {
border: 2px solid #ebebeb;
border-radius: 3px;
padding: 15px 20px;
margin-bottom: 30px;
}
p,div,label,h4,dt,table {
color: #8a8b8c;
font-family: 'proxima_nova_rgregular',Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;	
}
.copytype,.smalltype {
font-size: .7em;
}
.asterisk {
color: #FF8000;
font-size: 1.3em;
font-weight: bold;	
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;}
.btn-primary {
background-color: #f93;
border-color: #f93;
color: #fff;
}
.btn-primary:hover {
  background-color: #8a8b8c;
  border-color: #8a8b8c;
  color: #ffffff;
text-decoration: none;
}
