/* FORM STYLES */
div.form_container {
margin:0 15px -18px;
padding:0px 0 0;
}

p.legend {
margin-bottom:1em;
}

p.legend em {
color:#C00;
font-style:normal;
}

div.errors {
border:#FC6 1px solid;
margin:0 0 10px;
padding:5px 10px;
background:#FFC;
}

div.errors p em {
color:#C00;
font-style:normal;
font-weight:700;
}

div.form_container form p.note {
margin-left:170px;
font-size:90%;
color:#333;
}

div.form_container form fieldset {
border:#DDD 0 solid;
/*height:120px;*/
height:107px;
margin:0;
padding:0;
}

div.form_container form legend {
font-weight:700;
color:#666;
}

div.form_container form div {
vertical-align:middle;
margin:0 0 3px;
padding:0.25em 0;
position:relative;/*fixes ie Peekaboo bug in IE6*/
min-width: 0;/*fixes ie Peekaboo bug in IE7*/
}

/*
div.form_container form fieldset div div{
xpadding: 0.25em 0;
margin: 0px 0px 15px 0px;
vertical-align: middle;
}*/
div.form_container label,div.form_container span.label {
margin-right:10px;
padding-right:10px;
width:120px;
display:block;
float:left;
text-align:left;
position:relative;
}

div.form_container span.label .ausKickLabel,
div.form_container .ausKickLabel {
width:440px;
float:none;
}
.registerUsquad .button,
.myLeagueContent .button
{
  background-image:url(images/invite_others_red.gif);
background-repeat:no-repeat;
background-color:transparent;
height:27px;
width:136px;
  }
div.form_container label.error,div.form_container span.error {
color:#C00;
}

div.form_container label em,div.form_container span.label em {
position:absolute;
margin-left:4px;
font-size:120%;
font-style:normal;
color:#C00;
}

div.form_container div.controlset {
margin-top:0px;
}

div.form_container div.controlset label,div.form_container div.controlset input {
display:inline;
float:none;
padding:0;
}

div.form_container div.controlset div {
margin-left:70px;
margin-top:5px;
}

div.form_container div.controlset div div {
margin-bottom:0;
padding:0 10px 0 0;
}

div.form_container div.controlset div div label {
margin-left:15px;
}

div.form_container span.showErrMsg {
color:red;
font-weight:normal;
height:auto;
}

div.form_container span.hideErrMsg {
display:none;
}

div.form_subsection {
border:1px solid #AAA;
width:300px;
margin-left:160px;
margin-top:4px;
padding:4px;
}

div.pinfo {
display:none;
}

/* BUTTONS */
div.form_container div.buttonrow {
margin-left:65px;
padding:5px;
/*display:inline;*/ /* fixes double float margin IE7 bug */

}
.registerUserContent div.form_container div.buttonrow  {
top:-4px;
}

input.button, input.button-cancel,input.button-help, input.button-proceed {
color:#FFF;
font-size:11px;
border:0;
height:16px;
line-height:16px;
text-decoration:none;
font-weight:700;
cursor:pointer;
margin:0;
padding:0 6px 2px;
/*background:#333;*/


}

.closeButton{
  background-image:url(images/close.gif);
background-repeat:no-repeat;
  float:right;
  height:30px;
  width:27px;
  cursor:pointer;
  }

.button-mediumWidth {
width: 70px;
}

input.button-cancel {
/*background-color: #F20;*/
background-image:url('images/bgButtonNegative.gif');
}

input.button-proceed {
background-image:url('images/bgButtonPositive.gif');
}

input.button-help {
background-image:url('images/bgButtonHelp.gif');
}

input.button_debug {
color:#FFF;
font-size:11px;
border:0;
width:80px;
margin:0;
padding:0;
background:#CCC;
}

div.errors p,div.form_container form p {
margin:0;
}

input.text-default {
width: 170px;
}

input.text-narrow {
width: 60px;
}

.select-default {
width: 135px;
}

.popUpEmail{
  height:208px;
  width:428px;
  top:100px;
  left:100px;
  background-image:url(images/popup_email.gif);
  }

  .ui-widget-overlay{
  top:0px;
  position:absolute;
  }

  .ui-dialog-titlebar{
  display:none;
  }

.okButton{
  background-image:url(images/ok.gif);
background-repeat:no-repeat;
  height:30px;
  width:85px;
  cursor:pointer;
position:absolute;
top:170px;
left:270px;
  }

  .popUpEmailText  {
  padding-left:55%;
  padding-top:10%;
  font-weight:bold;
  width:150px;
font-size:13pt;
text-align:center;
  }