/*
	Table of Contents
	~ HTML Tag Overrides
	~ Header
	~	Body
	~ Footer

*/

/*----------------------------------------------------*/
/* HTML Tag Overrides
/*----------------------------------------------------*/

html{

	width: 100%;
	height: 100%;

}

body {

	border: 0;
	margin: 0;
	width: 100%;
	background: url('/img/sk/flirtingcash/bg.jpg') repeat-x #000000;
}

h1, h2 {

	display: none;

}

.hdrLinks{

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 10px;
	vertical-align: top;

}

.style1{

	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;

}


/*----------------------------------------------------*/
/* Header
/*----------------------------------------------------*/

#music{
	position: relative;
	top: 90px;
	left: 865px;
	float: left;
}
#hdrDiv{
	position: relative;
	margin: 0 auto 0 -450px;
	left: 50%;
	width: 900px;
	height: 120px;
	background: url('/img/sk/flirtingcash/hdr.jpg') center no-repeat;
}

#hdrDiv span{

	display: none;

}

#mainContent{
	background-color: #FFF;
	border: 1px solid #000;
	width: 800px;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.hdrLinksLt{

	position: absolute;
	left:10px;
	top: 100px;
	width:260px;
	height: 20px;
	text-align: center;

}

.hdrLinksRt{

	position: absolute;
	left:660px;
	top: 100px;
	width: 260px;
	height: 20px;
	text-align: center;

}

/*----------------------------------------------------*/
/* Body
/*----------------------------------------------------*/

.loginBox{

	position: relative;
	width: 900px;
	height: 573px;
	background: url('/img/sk/flirtingcash/login_bg.jpg');

}

.textField{

	position: relative;
	margin: 0 auto;

}
.enterBtn{

	position: relative;
	text-align: center;

}
.boldTxt{
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	font-size: 12px;
}
.smallboldTxt{
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	font-size: 10px;
}
.txt{
	font-family: Tahoma;
	font-weight: normal;
	color: black;
	font-size: 10px;
}
.bigtxt{
	font-family: Tahoma;
	font-weight: normal;
	color: black;
	font-size: 14px;
}
.boldbigTxt{
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	font-size: 15px;
}

