@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	padding:0;
	background-color:#CCCCCC;
	background-image:url(images/grey1px.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#container{
	width:380px;
	text-align:right;
	padding-top:50px;
	margin: 0 auto;
}

#loginBox{
	width:320px;
	height:280px;
	background-image:url(images/box.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:right;
	text-align:left;
}

#loginText{
	padding:20px;
	padding-right:25px;
	font-size: 90%;
}

#welcome{
	width:60px;
	height:280px;
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
	float:left;
}


a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

.small {font-size: 80%}
