.aff_text_input { font-size: 1.3em; height:24px; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; width: 85%; }

.aff_text_input:focus { height:24px; background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }

.aff_logged_widget{
margin: 10px;
max-width:300px;
}
.affLoginForm{
max-width:300px;
}
	
.aff_highlight {
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.aff_label {
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.aff_button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 30px 3px 30px !important;
  color: #fff;
  background: #4780AE;
  border-left: 1px solid #7ab7e8;
  border-top: 1px solid #7ab7e8;
  border-right: 1px solid #084577;
  border-bottom: 1px solid #084577;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0px 5px 0px;
  cursor: pointer;
}