/* buttons */
.user_form#mozes_form #act-code-gen
{background:url(../images/blue_get_code.png) 0 0 no-repeat #e5f2f9; border-style:none; width:75px; height:26px; cursor:pointer; position: relative; left:40%; padding: 5px 38px;}
.user_form#mozes_form #act-code-gen:hover
{background:url(../images/blue_hover_get_code.png) 0 0 no-repeat #e5f2f9; }

#rep-code-submit{background:url(../images/button_blue_normal.png) 0 0 no-repeat #e5f2f9; border-style:none; width:75px; height:26px; cursor:pointer; position: relative; left:80%; padding: 5px 38px; border-style:none;}
#rep-code-submit:hover {background:url(../images/button_blue_hover.png) 0 0 no-repeat #e5f2f9;}

/* fieldsets */
.user_form#mozes_form fieldset{margin:10px;}

/* form elements positioning */
.rep-names{position:absolute; left:10%}
.rep-codes{position:relative; left:60%}
#coded-rep, #uncoded-rep{margin:10px;}
span.head-txt, span.foot-txt{font-size:0.8em;}
span.foot-txt span{position:relative; left:10%}
#error-txt{position:absolute; width: 60%; font-size:0.8em; color:red;}
.rep-list-hdr span{text-decoration: underline}
