.tablebg {
	background-image:  url(blog/wp-content/themes/lightword/images/bgpaper.png);
	vertical-align: middle;
	background-position: center top;
}
.text {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #020202;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(blog/wp-content/themes/lightword/images/bgpaper.png);
	background-position: top;
	text-align: center;
	font-family: Georgia, Times, serif;
}
#flashPlayerArea {
	position: fixed;
	top: 0px;
	background-image: url(../../../../blog/wp-content/themes/lightword/images/playerBG.png);
	margin-left: 536px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000;
}


h1 {
	color: #B5B48C;
	font-family: Georgia, Times, serif;
	font-size: 18pt;
	margin-bottom: 4px;
}

.darkTitle {
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 28pt;
	margin-bottom: 4px;
}

#contentWrapper {
	background-image: url(blog/wp-content/themes/lightword/images/bgpaperDk.png);
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#header {
	margin-bottom: 35px;
	margin-top: 20px;
}

#footer {
	margin: 50px;
}

/*TODO: find a better web friendly font!*/
#contentArea {
	background-image: url(blog/wp-content/themes/lightword/images/bgpaperPink.png);
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 80px;
	color: #ffffff;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	text-align: left;
	
}

#contentArea .main {
	background-image: url(blog/wp-content/themes/lightword/images/bgpaperPink.png);
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 80px;
	height: 100%;
	color: #ffffff;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	text-align: left;
	
}


#progressBarForeground {
	background-color: #ff0000;
	width: 0px;
}


/*Modified form style*/
.button, .button:visited, .button:active {
	color: #CE3273;
	border: 1px solid #D3D2B4;
	text-decoration:none;
	background-image:  url(blog/wp-content/themes/lightword/images/bgpaperDk.png);
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	float: right;
	width: 120px;
	text-align: center;
	font-family: Georgia, Times, serif;
}

/*TODO: Why doesn't this work? */
.button:hover {
	background-color: #000;
	background-image:  none;
	color: #C7C6A1;
	border: 1px solid #C7C6A1;
	text-decoration:none;

}
.tinyLinks {
	display:block;
	margin-top:20px;
	margin-bottom:30px;
	}
a.button2, a.button2:visited, a.button2:active {
	color: #CE3273;
	border: 1px solid #D3D2B4;
	background-image:  url(blog/wp-content/themes/lightword/images/bgpaperDk.png);
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	margin-right: 5px;
	text-decoration:none;
	width: 120px;
	text-align: center;
	font-family: Georgia, Times, serif;
}

/*TODO: Why doesn't this work? */
a.button2:hover {
	background-color: #000;
	background-image:  none;
	color: #C7C6A1;
	border: 1px solid #C7C6A1;
	text-decoration:none;

}

.input {
	height: 30px;
	border: none;
	margin-top: 10px;
	font-size: 11pt;
	width: 262px;
	font-family: Georgia, Times, serif;
	color: #B2B28E;
	padding: 6px;
}

.loginForm {
	margin-top: 80px;
	text-align: left;
	margin-bottom: 80px;
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, Times, serif;
	
}

.agreementForm {
	margin-right: 80px;
}
label {
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	margin-top: 8px;
}
br {
	clear: left;
}
.tracks {
	float:left;
	width:400px;
}
.track {
	white-space:nowrap;
	height:40px;
}
li{
	margin-bottom: 4px;
	width:400px;
}
ol {
	width: 100%;
	line-height:11px;	
}
#playflash {
	padding-top:4px;
	width:40px;
	height:25px;
	display:inline-block;
}
#songtitle {
	
	display:inline-block;
	width:360px;
	height:25px;
}

.album {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	margin-bottom: 20px;
	padding: 15px;
}
.albumLinks {
	margin-top: 3px;
	margin-bottom: 10px;
}
.albumTitle {
	font-size: 16pt;
}
.coverArt {
	float: left;
	margin-top:10px;
}


.confirmation {
	color: #FFD900;
}

.clearing {
	clear: both;
}


.bottomLinks {
	clear: left;
}


form {
	font-family: Georgia, Times, serif;
}
#uploadInProgressDiv {
display: none;
}


