/*
orange  e46504
green   a6d810
blue    297bc1
black   060606
purple  9a11d3
pink    ff3b9a
*/

/*____________________________________________________________________  body  */
html, body {
  /*background: #060606 url(bg.gif) 50% 0 repeat;*/
  background:#FFFFFF;
}
body {
  padding: 0;
  margin: 0;
}


/*__________________________________________________________________  images  */
img {
  border: none;
}

/*___________________________________________________________________  links  */
a:link,
a:visited {
  text-decoration: none;
  color: #4697ce;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #ff3b9a;
}

#step1{ width:759px; float:left; border:1px solid #d7d7d7;}
#step1title{ background:url(../images/titlebg.jpg) repeat-x; width:759px; height:25px;}
#step2{ width: 204px; float:left;  border:1px solid #d7d7d7; margin-left:10px;}
#step2title{ background:url(../images/step2.jpg) no-repeat; width: 206px; height:27px;}
#languagebut{ text-align:right; margin-top:20px;}
#loginbox{ width:204px; float:left}
#login{ background: url(../images/login.jpg) no-repeat; width:202px; height:151px; margin-left:10px; margin-top:50px;}
#userinput{ margin: 50px 0 0 25px; float:left;}
#passinput{ margin: 20px 0 0 25px; float:left;}
#subinput{ margin: 5px 0 0 130px; float:left;}