/* CSS Document */
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
h1 {
 font-size:12px;
 text-align:center;
 color:#000000;
}

/* container */
.l_container {
 margin:auto;
 width:216px;
}

/* content */
.l_content {
 background-repeat:repeat-x;
 background-position:bottom;
 /*background-color:#00b9e2;*/
 min-height:202px;
 height:auto !important;
 height:202px;
 width:216px;
 color:#FFFFFF;
}
.l_content h1 {
 padding:5px 0px;
}
.l_content form, h1 {
 margin:0px;
 padding:0px;
}
.txtbox {
 width:126px;
 height:18px;
 border:#04559b 1px solid;
}
.l_content p {
 margin:0px;
 padding:7px 0px 0px 0px;

}
.l_content a {
 color:#7db6f7;
}
.l_content a:hover {
 text-decoration:none;
}

/* sign in, forgot password */

.sign_in {
 padding:5px 15px 0px 15px;

}

/* curves */
.l_curve1 {
 height:5px;
 background-color:#00b9e2;
}

.l_curve2 {
 height:7px;
} 

.l_curve1, .l_curve2 {
width:216px;
background-repeat:no-repeat
}
  