.relative
{
    position: relative;
}
.right {
	float: right;
	right:0px;
}
.clear {
	clear: both;
}
A.blueArrow7Right
{
    background: url('limg/blue-arrow-7-right.gif') no-repeat left 4px;
    padding-left: 7px;
    color: #777777;
    font-size: 11px;
}
#tellAFriend, #loginWindow {
background-color:#000000;
display:none;
position:relative;
text-align:left;
width:240px;
z-index:50;
left:25px;
top:17px;
height:114px;
float:right;
}
.modalClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
	color:#FFFFFF;
}
.textarea
{
    color: #FFFFFF;
    font-size: 10px;
	margin-top:-16px;
	left:21px;
	position:relative;
}
.input
{
font-size: 10px;
margin-left:10px;

padding:0px;
position:relative;
}

*HTML .input
{
margin-right:6px;
margin-left:0px;
}
.arrowTextBig
{
text-align:left;
font-size:13px;
font-weight:bold;
font-style:italic;
color:#fccc31;
position:relative;
top:-10px;
left:15px;
width:150px;
}
*HTML .arrowTextBig
{
top:-5px;
}
.login_forget
{
color:#99c2e4;
font-size:10px;
text-decoration:underline;
}
.input_edit
{
width:100%;
position:relative;
top: -7px;
left:3px;
}
*HTML .input_edit
{
top: 0px;
left:15px;
padding-left:10px;
}

.login_corner
{
top:97px;
}
*HTML .login_corner
{
top:98px;
}
.login_corner_right
{
top:97px;
left:207px;
padding:0px;
}
*HTML .login_corner_right
{
top:98px;
left:212px;
}
.input_checkbox
{
width:50%;
position:relative;
top: 3px;
left:12px;
}
*HTML .input_checkbox
{
top:5px;
}
.input_button
{
width:73px;
position:relative;
top: -23px;
left:139px;
height:25px;
}
*HTML .input_button
{
top:-20px;
left:146px;
}
.login_FailureText
{
	color:Yellow;
	position:relative;
	top: -19px;
	left:15px;
	text-align:left;
}