/* CSS Document */
*		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
}

td 		{
	vertical-align:top
}

th 		{
	text-align:left; 
	vertical-align:top
}

img		{
	border:none
}

h1 		{
	font-size:130%
}
h2 		{
	font-size:120%
}
h3 		{
	font-size:110%
}
h4		{
	font-size:110%
}


p		{
	padding:0px 0px 13px 0px;
}

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	
	list-style-type: none;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
}
ol {
	margin:0px 0px 0px 15px;
}


.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}

#logOut { background: url(../../templates/ShadowBuddies/images/logoutBoxBg.jpg) no-repeat; height:245px; width:242px; margin:0; }
#logoutButton { margin:15px 0 0 50px; }
#loginBox {
	width:242px;
	margin:0 0 0 20px;
	padding: 65px 0px 20px 18px;
	background-image: url(../images/shopperLogIn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#loginButton { margin:5px 0 0 120px;}
.form-login { padding:83px 0 0;}
.form-login p { margin-left: 10px;}
#mod_login_username { margin:-13px 0 0 110px; width:120px; }
#mod_login_password { margin:5px 0 0 110px; width:120px; }
