/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
*/
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #777777; 
  background-color:#e7ebf2; 
   /*background-color:#EBEBEB; */
  padding:0px;
  margin:0px;
  text-align: left;
  /* My Comment
  background-image:url(/images/background.jpg);
  background-repeat:repeat-x;
   */
}


.indexheader1 {
	margin-top: 50px;
  	text-align: center;
  	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: bold;
	font-size: 50px;
	color:  #336699;
}

.indexheader2 {
	margin-top: -10px;
	margin-bottom: 50px;
  	text-align: center;
  	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
	font-size: 14px;
}

.indextext {
  max-width: 440pt;
  margin: 75px auto 50px;
  	text-align: center;
	font-weight: 300;
	font-size: 22px;
	color: #66cc33;
}

.indextext2 {
	height: 100px;
	width: 570px;
  	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 70px;
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 22px;
	color: #66cc33;
}

.indextext2 .intro{
	 float: left; 
	 position: relative; 
	 width: 350px;
}

.indextext2 .btn{
	float: left;  
	position: relative; 
	margin-top:30px; 
	margin-left: 20px; 
	width: 150px; 
	height: 30px; 
	padding-top: 15px;
}

.line {
	border-bottom: 1px solid #EBEBEB;	
}

.commentshead {
	color:  #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.comments {
	margin-bottom: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 12px;
}

.commentstext {
	margin-top: 30px;
	margin-left: 10px;
	color:#336699; 
	font-size: 22px;
}

.comments1 {
	width: 230px;
	float:  left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 16px;
}

.comments2 {
	color:#336699; 
	font-size: 10px;
}


.bottommenu {
	font-weight: 500; 
	color: #336699;
}

.featuresblock {
	margin-top: 50px;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 16px;
}

.featureshead {
	color:  #336699;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
	font-size: 22px;
	font-weight: bold;
}

.featuresleft {
	width: 400px;
	margin-right: 10px;
	float: left;
	background-color: white;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 16px;
}

.featuresright {
	width: 400px;
	float: right;
	background-color: white;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 16px;
}

.featuresanchor {
	color: #66cc33;
}

.premiumblock {
	margin-top: 50px;
	font-family: 'Open Sans', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 16px;
}

.premiumcenter {
	width:  500px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.premiumlist {
	margin-left: 30px;
	margin-bottom: 10px;  
	font-size:8pt; 
	font-weight: normal; 
	color: gray
}

.date {
	width:50px; 
	box-shadow: 3px 3px 2px 1px #888888;
}

.datemonth {
	height: 15px; 
	padding-top: 3px;
	font-size:10px; 
	font-weight: bold; 
	color: white; 
	text-align: center; 
	background-color: #336699; 
	background-image: url('/img/calendar.png'); 
	background-repeat:no-repeat;
}

.dateday {
	height: 30px; 
	padding-bottom: 3px; 
	border: 1px solid gray; 
	font-size:20px; 
	font-weight: bold; 
	text-align: center; 
	background-color: F0F0F0
}

.menuall {
	float: right;
	background-color: white;
}

.menuemail {
	height: 20px;
	padding-right: 20px;
	color:gray;  
	text-align: right;
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	color: #cc3366;
	background-color: white;
}

.menu {
	float:  left;
	height: 20px;
	margin-top: 5px;
	margin-right: 20px;
	padding-top: 0px;
	border-bottom: 4px solid white;
	color:gray;  
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	background-color: white;
}

.menu a:link {color: #000000;}
.menu a:visited {color: #000000;}
.menu:hover {	color: #000000;
				border-bottom: 4px solid #66cc33;}
.menu a:focus {color: #000000;}
.menu a:active {color: #000000;}


.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: 'Open Sans', Arial, sans-serif;  
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
 
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-red {
  color: #ffffff;
  background-color: #cc3366;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: white;
  background-color: #cc0033;
}

.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}


.btn-green {
  color: #ffffff;
  background-color: #66CC33;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: white;
  background-color: #21ab54;
}

.btn-green:active,
.btn-green.active {
  background-color: #942a25 \9;
}

.btn-blue {
  color: white;
  background-color: #336699;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: white;
  background-color: #295684;
}

.btn-blue:active,
.btn-blue.active {
  background-color: #942a25 \9;
}

.btn-yellow {
  color: #336699;
  background-color: #FFCC00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #336699;
  background-color: #ffbe18;
}

.btn-yellow:active,
.btn-yellow.active {
  background-color: #942a25 \9;
}

table.edodo {
	color:#336699;
/*	padding-bottom: 5px;*/
}

table.edodo td{
  font-family: 'Open Sans', Arial, sans-serif;
	color:#336699;
/*	padding-bottom: 5px;*/
}

table.edodo2 {
	color:#336699;
	font-size: 10pt;
	text-decoration: none;
}

table.edodo2 td{
	color:#336699;
	font-size: 10pt;
}

table.edodo2 a{
	color:red;
	color:#336699;
	font-size: 10pt;
}

.inputbox {
	color: #336699;	
	font-weight: normal;
	font-size: 10pt;
}
	
p {
 margin:0px;
 color:#336699;
}

h1 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color:#336699;
  margin:5px;
}

h3 {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color:#336699;
  margin:5px;
}

.index td {
  vertical-align:top;
}

.login td, input {
  font-size: 10pt;
  font-weight: bold;
  color:#336699;
}
.list td {
  font-size: 10pt;
  font-weight: bold;
  width: 180px;
}

.logout td {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color:#336699;
}
.header, .header td, .header td a{
  font-size: 11pt;
  text-decoration:none;
  font-weight: bold;
}

.icons td{
  width:30px;
}

.login  a{
color:#336699;
font-family: 'Open Sans', Arial, sans-serif;
font-size:7pt

}

.none {

}
a:hover {
  text-decoration:underline;
}

.index input {
  width:200px;
}

a img {
  border:0;
}

#reviewpage {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color:#336699;
} 

#review {
  width: 780px;	
  height: 130px;
  padding:10px;
  margin-bottom:20px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color:#eef7e7;
}

#reviewimg {
  width: 100px;	
  height: 110px;
  float: left;
  background-color: #eef7e7;
}

#reviewtxt {
  width: 680px;	
  height: 110px;
  float: left;
  line-height: 18pt;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  color:#336699;
  background-color: #eef7e7;
}

#reviewsee {
  width: 750px;	
  height: 20px;
  float: left;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color:#336699;
  background-color: #eef7e7;
}

.upleft {
  width:11px;
  height:15px;
  background-image:url(/images/upleft.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
}
.bottomleft {
  background-image:url(/images/bottomleft.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
}
.left {
  width:11px;
  height:570px;
  background-position:0 0;
  background-repeat:repeat-y;
}
.right {
  width:11px;
  background-position:0 0;
  background-repeat:repeat-y;
}
.top {
  width:878px;
  height:15px;
  background-image:url(/images/top.gif);
}
.bottom {
  height:15px;
  background-image:url(/images/bottom.gif);
  background-position:0 100%;
}
.upright {
  width:11px;
  height:15px;
  background-image:url(/images/upright.gif);
  background-repeat:no-repeat;
  background-position:0 0;
}
.bottomright {
  width:11px;
  height:15px;
  background-image:url(/images/bottomright.gif);
  background-repeat:no-repeat;
  background-position:0 0;
}
.content{
  background-color:#e1f3ff;
}
.footer table td {
  color:#005ca0;
  FONT-FAMILY: 'Open Sans', Arial, sans-serif;
  font-size:9pt;
}

.group {
    background-color: #fafafa;
}

.group:hover{
	background-color:#f1f1f1;
}

.footer table td a{
  color:#336699;
  FONT-FAMILY: 'Open Sans', Arial, sans-serif;
  font-size:9pt;
}
.error {
  color: #d62871;
}
small {
  font-size: 70%;
}

a {
  text-decoration:underline;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

}

.kop a{
	color:#00609d;
	font-family: Arial;
  	font-size: 6pt;
  	text-decoration:none;
  	font-weight: bold;
}

a.bread:hover {color:gray;font-size: 10pt;font-weight: normal;}
a.bread:link {color:gray;font-size: 10pt;font-weight: normal;}
a.bread:visited {color:gray;font-size: 10pt;font-weight: normal;}

.comment{
  color:gray;
  font-size:12pt;
  font-weight:normal;
}
.comment.small{
  font-size:10pt;
}

.comment span{
  font-size: 10pt;
  color:#336699;
}

.comment.small span{
  font-size:8pt; 
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:   lightgray;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   lightgray;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   lightgray;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:   lightgray;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}


/*modal*/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.bootbox-input{width: 500px; height: 30px; margin: 20px 0 0 27px;}
.bootbox .btn, button.btn{border: none;}

.home video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: -1;
opacity: 0.5;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}

.home .mb-button {
display: block;
position: absolute;
right: 100px;
bottom: 100px;
width: 36px;
height: 36px;
border: 1px solid #fff;
border-radius: 22px;
color: #fff;
text-indent: -999em;
}

.home .mb-button.pause {
display: none;
}

table.groupmembers{
    padding-left: 5px;    
}

table.groupmembers td{
    font-size:12pt;
}

tr.fields{
    background:#FAFAFA;
}

tr.inputs{
    background:#FAFAFA; 
    display:none;
}
tr.inputs label{
  display: block;
  font-size: 8pt;
}


td.btop{border-top: 1px #DDD solid;}
td.bleft{border-left: 1px #DDD solid;}
td.bbottom{border-bottom: 1px #DDD solid;}
td.bright{border-right: 1px #DDD solid;}


div#message_container{
    position: fixed;
    top: 70px;
    height: 40px;
    z-index: 1000;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

div#message{
    position: absolute;
    top: 30px;
    height: 40px;
    z-index: 10003;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
}

div.message-box{
  position: relative;
}

div.message{
    position: relative;
    border: 1px solid #DDD;
    background: #eee;
}

div.message p{
  font-weight: normal;
  color: #fff;
  text-align: center;
}

div.message.message-success{
    background: #6C3;
}

div.message.message-error{
    background: #d62871;
}

div.message-box-body{
  position: fixed;
  top: 40px;
  width: 810px;
  text-align: center;
}

a.cancel{
    display: block;
    font-size: 8pt;
}

.disabled{
  -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

a.direction{
  text-decoration: none;
  color: #6c3;
  font-weight: bold;
  font-size: 14px;

}

a.direction:hover{
  text-decoration: none;
}

label.editFieldNames{
	cursor: pointer;
    font-size: 8pt;
}

span.empty{
  color: #DDD; font-size: 8pt;
}

tr.inputs input[type=text]{
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
}

tr.inputs input[type="text"]:disabled {
    color: #dddddd;
    font-weight: normal;
}

input[type="text"]:disabled, select:disabled{
  background: #fff;
  box-shadow: none;
  border: 1px solid #ddd;
}

.right{
  float: right;
}

div.datetime{
  width: auto;
  font-size: 12px;
}

a.reveal{
  margin-right: 10px;
}

div.messageContainer{
  font-family: 'Open Sans', Arial, sans-serif;
  background: #FAFAFA;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
}

div.messageContainer table{
  font-family: 'Open Sans', Arial, sans-serif;
  width: 100%;
}

div.messageContainer div.content{
  font-family: 'Open Sans', Arial, sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  /*padding: 5px;*/
  width: 100%;
  position: relative;
  max-height: 300px; 
  overflow-y: auto;
  overflow-x: hidden;

}
div.messageContainer div.content > p{
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 5px;
  font-weight: normal;
}

div.messageContainer .subject{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

table.inputHeaderFooter{
  width: 100%;
}

table.inputHeaderFooter textarea{
  width: 100%;
  height: 80px;
  color: #336699;
}

div#indexarrow{
	z-index:10; height: 200px; width: 200px; margin-top: -130px; margin-left: 520px;
}

div.span2, div.span10, div.span9{
	float: left;
}
div.span2{width: 200px;}
div.span9{width: 550px;}

table#promoteus{
	width: 530px;
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#336699;	
}


table.feedbackemail, table.helpemail{
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#336699; background:#eef7e7

}

table.feedbackemail .form-input-field, table.helpemail .form-input-field{
	width: 600px;
}


div.edodo-team{
	 height: 225px;  
	 border: solid; border-color: #B7B7B7; border-width: 0px; border-radius: 1em;
   clear: both;
   margin-bottom: 30px;
}

div.edodo-team div.col1{
	width: 420px;
  float: left;
}


div.edodo-team div.col2{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#336699; padding:10px;
	vertical-align: top;
  float: left;
}
 

div.edodo-team div.col2 span{
	font-family: Arial, Helvetica, sans-serif; font-size:14pt; font-weight:bold; color:#336699;
}


div.threefingers{
  background-color: #FAFAFA; text-align: center; height: 360px; padding-top: 100px; position: relative
}

table.helpmenu{
  height: 500px;
  width: 140px; 
  

}

table.helpmenu td,table.helpmenu a{
  font-size: x-small;
  font-family: 'Open Sans', Arial, sans-serif;
  background-color:#FAFAFA;
  color: #336699;
   font-weight: bold;
}


table.helpmenu td.helpmenu-header{
  background-color:#336699;
 
  color: #80C24A;
  
}

table.helpmenu tr.divider td{
  background: #fff;
}

form#login fieldset{
  padding:0px; border:0px;
}

form#login label{
  color:lightgray; font-weight:normal;font-family: 'Open Sans', Arial, sans-serif; 
}

form#login input, form#signup input{  
    width:300px; height:25px; font-family: 'Open Sans', Arial, sans-serif; color: #336699;
}

div.form-extras{
  font-size: 8pt; float:left; font-weight:normal; margin-top:2px;font-family: 'Open Sans', Arial, sans-serif;
}

div.form-extras input{
  width:20px; font-family: 'Open Sans', Arial, sans-serif;
}

div#login-button, div#signup-button{
  margin-top:10px; text-align: center;
}
div#login-button a span, div#signup-button a span{
  display: none;
}

div#premium-service-teaser{
  margin-top:100px; text-align: center; font-family: 'Open Sans', Arial, sans-serif;
}

div#forgot-password{
  font-size: 8pt; text-decoration: none; float:right; margin-top:3px;
}