fieldset
{
    width: 500px;
    border: none;
    position: relative;
    line-height: 25px;
    padding-bottom: 5px;
	margin: 0 auto;

}
#RegForm
{
    width: 400px;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    background: #ffffff;
}
.RegistrationError
{
	left: 350px;
	z-index: 5000;
}
fieldset label
{
	width: 150px;
	display: inline-block;
}
.center_slot
{
	overflow: visible !important;
}

#RegForm .error
{
  color: #FF0000;

}

#RegForm #Gender
{
  margin-left: 150px;
  position: relative;
  width: 300px;
  margin-top: -23px;
  
}
#Gendererr
{
  margin-top: 22px;
}


#RegForm #vyras
{
    position: absolute;
    left: 20px;
}
#RegForm #moteris
{
    position: absolute;
    left: 70px;
}


#RegForm select
{
    position: absolute; 
}

#RegForm input
{
    position: absolute;
    border: 1px solid #a8a8a8;
    padding-top: 3px;
    padding-left: 3px;
    width: 200px;
}

#RegForm #Submit
{
    background: none !important;
    border: none !important;
    width: auto;
}

#RegForm #GM
{
    left: 0;
    width: auto;
}
#RegForm #GF
{
    left: 50px;
    width: auto;
}

#RegForm img
{
    margin: 5px 5px 5px 123px;
    vertical-align: middle;
    padding: 0;
}

#RegForm #BirthdayMonth
{
  left: 214px;
}
#RegForm #BirthdayDay
{
  left: 265px;
}

#RegForm .privacy_link
{
  width: 150px;
  line-height: 15px;
  display: inline-block;
}
#RegForm .privacy_link a
{
  color: #000;
}
#RegForm #Privacy
{
    width: auto;
}