/* basic reset and globals */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: "Times New Roman", Times, san-serif;
vertical-align: baseline;
	overflow-x:hidden;
	overflow-y:hidden;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body {line-height: 1;} ol, ul {list-style: none;} blockquote, q { quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} table {border-collapse: collapse; border-spacing: 0;}
/* css begin */

.chord{
	z-index=100;
	position: relative;
	float:left;
	top: -22px;
	font-size:24px;
}

#main{
    height: 960px;
	width:1500px;
	overflow-x:hidden;
	overflow-y:hidden;
	border-bottom: 1px;
	border-style: solid;
	position:absolute;
}

#topmask{
	height:40px;
	width:1500px;
   z-index:99;
   padding-top: 0px;
	background-color:white;
	border-bottom: 1px;
	border-style: solid;
}

#lyrics, #page2{
   font-size: 22px;
   line-height: 24px;
   margin: 15px 0px 0px 50px;
   position: absolute;
   height: 2000px;
   width: 650px;
   font-family: "Times New Roman", Times, san-serif;
   overflow-y: hidden;
   overflow-x: hidden;  
}

#page2{
	height:2000px;
    margin: -900px 0px 0px 768px;
}

#title{
   font-size: 24px;
   position: absolute;
   margin:4px 0px 0px 46px;
   padding:0px 100px 0px 5px;
   z-index:100;
   background-color: #FFF;
   width: 672px;
   height: 27px;
   font-family: "Times New Roman", Times, san-serif;
   border-width: 1px 0px;
}

red{
   color: #F00;
}

blue{
   color: #00F;
}
html, body { 
    overflow-y: hidden;
    overflow-x: hidden;
}

#top{
   height:24px;
   width:100%;
   background-color:#A00;  
}

span{
   height: 620px;
   width: 46px;
   background-color:#AAA;
   position: absolute;
   text-align: center;
   padding: 0 auto;
   font-size: 80px;
   z-index:1000;
   padding-top: 380px;
}

#close, #right{
   left: 722px;
}

#far{
   left: 1392px;
}

#close, #back{
   width: 46px;
   height: 46px;
   font-size: 42px;
   background-color:#CCC;
   margin: 0 auto;
   padding-top: 0px;
   padding-bottom: 0px;
   font-family: "Arial", Times, san-serif;
}

#back{
	letter-spacing: -36px;
	padding-left: -0100px;
}

#backtext{
   font-size: 36px;
	letter-spacing: -28px;
	margin-left: -54px;
	margin-top: 3px;
}



#preview{
    position:absolute;
    z-index:5000;
    left:768px;
    height:500px;
    padding:0;
    margin: 0 0 0 10;
}

a, a:Visited{
   color:#000;
}

textarea{
	width: 400px;
	height: 24px;
	margin: 10px;
	padding-top:1
	font-size: 18px;
    resize: none;
	border: 0px;
}

input{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#button{
	position:absolute;
	z-index:100000;
	left: 770px;
	top: 5px;
}
#button input{
	font-size: 25px;
}