/* Document information --------

	- Document: Guitar Wars - Master Style Sheet
	- Client:   Jon Broderick / Guitar Wars / www.guitarwars.com
	- Author:   Tim Mather / Evonus / www.evonus.com
	
*/


/* Global -------- */
body{
	background-color: #2b2b43;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

ul{
	list-style: none;	
}

img{
	border: none;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

#masterContainer{
	background: url(../images/mwBackground.jpg) top left repeat-y;
	width: 1100px;
	margin: 0 auto;
}

#stageContainer{
	background: url(../images/mainBackground.gif);
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 970px;
	margin: 0 auto;
}

#contentContainer{
	width: 730px;
	margin: 0 20px 0 0 !important;
	margin: 0 10px 0 0;
	float: right;
}


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

h1{
	display:block;
/*	text-indent: -5000px;*/
/*	background: url(../images/mwLogo.jpg) no-repeat;*/
	width: 433px;
	height: 39px;
	margin-top: -5px;
}

#headerContainer{
	width: 100%;
	height: 176px;
	background: url(../images/headerBackground.jpg) repeat-x;
	padding-top: 6px;
}

#headerJoinNow{
	position: absolute;
	margin: 64px 0 0 775px;
}

#headerSearch{
	width: 100%;
	height: 31px;
	background: url(../images/headerSearchBackground.jpg) top left no-repeat;
	font-size: 11px;
	font-weight: bold;
}

#headerSearchBox{
	width: 570px;
	height: 39px;
	margin-left: 280px;
	background: url(../images/headerSearchBox.png) top left no-repeat;
	text-align: center;
	padding-top: 2px;
}

#headerSearchBox form{
	width: 380px;
	margin: 0 0 0 65px;
}

#headerSearchBox .searchBar{
	width: 200px;
}

#headerSearchBox .searchButton{
	float: right;
}

#headerMiddle{
	margin: 0;
	padding: 0;
	width: 871px;
	height: 101px;
	background: url(../images/headerMidBackground.jpg) top left no-repeat;
}

#headerLogo{
	width: 253px;
	height: 101px;
	padding: 6px 0 0 18px;
}

#headerSignIn{
	width: 369px;
	height: 94px;
	background: url(../images/headerSignInBackground.png) no-repeat;
	float: right;
	margin: 7px 130px 0 0;
	color: #000033;
}

#headerSignIn a { 
	color: #003366;
}

#headerSignIn a:hover {
	color: #FF8533;
}

#headerSignInLeft{
	width: 145px;
	margin: 34px 0 0 18px;
	padding: 0;
	font-size: 11px;
	text-align: right;
}

#headerSignInLeft input{
	width: 100px;
	margin-bottom: 1px;
}

#headerSignInRight{
	width: 158px;
	margin: 2px 35px 0 0;
	padding: 0;
	float: right;
	font-size: 10px;
}

#headerSignInRight li{
	margin-bottom: 10px;	
}

#headerSignInRight .signInButton{
	float: right;
	margin: -2px 0 0 0;
}

#headerSignInRight span{
	margin-right: 10px;
}

#headerAnnouncement{
	margin: -24px 0 0 65px;
	font-size: 11px;
	font-weight: bold;
}

#headerTime{
	margin: 8px 150px;
	width: 702px;
	height: 30px;
	background: url(../images/headerLinksBackground.png) bottom left no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#headerTime p{
	text-align: center;
	width: 650px;
	margin: 0 auto;
	padding-top: 8px;
}

/* Footer -------- */

#footerContainer{
	background: url(../images/footerBackground.png) top left repeat-x;
	height: 157px;
	margin: 0;
	padding: 0;
}

#footerContainer img{
	float: left;
}

#footerInformation{
	float: right;
}

#footerLinks{
	width: 700px;
	margin-top: 63px;
	font-size: 11px;
	color: #FF8533;
}

#copyrightInfo{
	margin-top: 20px;
	font-size: 10px;
}

/* Navigation -------- */

#leftSidebar{
	margin-left: 20px;
	width: 171px;
	text-align: center;
}

#leftSidebar ul{
	margin: 0px;
	padding: 0px;
}

#leftSidebar li{
	margin: 0px;
	padding: 0px;
}

#leftSidebar a{
	width: 171px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	text-indent: -5000px;
	display: block;
}

#leftSidebar a:hover{
	outline: none;
}
#leftSidebar p{
	margin: 0;
	padding: 0;
	height: 7px;
	width: 171px;
}

#leftNavWelcome{
	background: url(../images/leftNavWelcome.png) top left no-repeat;
}

#leftNavWelcome:hover{
	background: url(../images/leftNavWelcome.png) bottom left no-repeat;
}

#leftNavPreview{
	background: url(../images/leftNavPreview.png) top left no-repeat;
}

#leftNavPreview:hover{
	background: url(../images/leftNavPreview.png) bottom left no-repeat;
}

#leftNavAbout{
	background: url(../images/leftNavAbout.png) top left no-repeat;
}

#leftNavAbout:hover{
	background: url(../images/leftNavAbout.png) bottom left no-repeat;
}

#leftNavWhy{
	background: url(../images/leftNavWhy.png) top left no-repeat;
}

#leftNavWhy:hover{
	background: url(../images/leftNavWhy.png) bottom left no-repeat;
}

#leftNavWhat{
	background: url(../images/leftNavWhatIsThis.png) top left no-repeat;
}

#leftNavWhat:hover{
	background: url(../images/leftNavWhatIsThis.png) bottom left no-repeat;
}

#leftNavMeet {
	background: url(../images/leftNavMeet.png) top left no-repeat;
}

#leftNavMeet:hover{
	background: url(../images/leftNavMeet.png) bottom left no-repeat;
}

#leftNavTestimonials{
	background: url(../images/leftNavTestimonials.png) top left no-repeat;
}

#leftNavTestimonials:hover{
	background: url(../images/leftNavTestimonials.png) bottom left no-repeat;
}

#leftNavExtras{
	background: url(../images/leftNavExtras.png) top left no-repeat;
}

#leftNavExtras:hover{
	background: url(../images/leftNavExtras.png) bottom left no-repeat;
}

#leftNavPricing{
	background: url(../images/leftNavPricing.png) top left no-repeat;
}

#leftNavPricing:hover{
	background: url(../images/leftNavPricing.png) bottom left no-repeat;
}

#leftNavNewsletter{
	background: url(../images/leftNavNewsletter.png) top left no-repeat;
}

#leftNavNewsletter:hover{
	background: url(../images/leftNavNewsletter.png) bottom left no-repeat;
}


/* Global Structure -------- */

.bodyImgHeadline{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

/* Silver Border Cotnainer @ 730px */

.container-SlvrBrdr-730{
	width: 730px;
	margin-bottom: 20px;
}

.header-SlvrBrdr-730{
	height: 12px;
	background: url(../images/structure/bodyHeader_SlvrBrdr_730.png) top left no-repeat;
}

.content-SlvrBrdr-730{
        color: #333;
	background: #cccccc url(../images/structure/bodyRepeat_SlvrBrdr_730.png) top left repeat-y;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0 !important;
	margin-top: -6px;
}

.content-SlvrBrdr-730 p{
	text-align: left;
}

.footer-SlvrBrdr-730{
	height: 12px;
	background: url(../images/structure/bodyFooter_SlvrBrdr_730.png) top left no-repeat;
}

/* Blue Border Cotnainer @ 730px */

.container-BlueBrdr-730{
	width: 730px;
	margin-bottom: 20px;
}

.container-BlueBrdr-730 a{
   color: #000088;
   font-weight: bold;
}


.header-BlueBrdr-730{
	height: 12px;
	background: url(../images/structure/bodyHeader_BlueBrdr_730.png) top left no-repeat;
}

.content-BlueBrdr-730{
        color: #333;
	background: #cccccc url(../images/structure/bodyRepeat_BlueBrdr_730.png) top left repeat-y;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0 !important;
	margin-top: -6px;
}

.content-BlueBrdr-730 p{
	text-align: left;
}

.footer-BlueBrdr-730{
	height: 12px;
	background: url(../images/structure/bodyFooter_BlueBrdr_730.png) top left no-repeat;
}

/* Blue Body Cotnainer @ 730px */

.container-BlueBody-730{
	width: 730px;
	margin-bottom: 20px;
}

.header-BlueBody-730{
	height: 22px;
	background: url(../images/structure/bodyHeader_BlueBody_730.png) top left no-repeat;
}

.content-BlueBody-730{
	background: url(../images/structure/bodyRepeat_BlueBody_730.png) top left repeat-y;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0 !important;
	margin-top: -6px;
}

.content-BlueBody-730 p{
	text-align: left;
}

.footer-BlueBody-730{
	height: 22px;
	background: url(../images/structure/bodyFooter_BlueBody_730.png) top left no-repeat;
}

/* Silver Border Cotnainer @ 438px */

.container-SlvrBrdr-438{
	width: 438px;
	margin-bottom: 20px;
}

.header-SlvrBrdr-438{
	height: 16px;
	background: url(../images/structure/bodyHeader_SlvrBrdr_438.png) top left no-repeat;
}

.content-SlvrBrdr-438{
        color: #333;
	background: #cccccc url(../images/structure/bodyRepeat_SlvrBrdr_438.png) top left repeat-y;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0 !important;
	margin-top: -6px;
}

.content-SlvrBrdr-438 p{
	text-align: left;
}

.footer-SlvrBrdr-438{
	height: 16px;
	background: url(../images/structure/bodyFooter_SlvrBrdr_438.png) top left no-repeat;
}

/* Blue Top Cotnainer @ 350px */

.container-BlueTop-350{
	width: 350px;
}

.header-BlueTop-350{
	height: 46px;
	background: url(../images/structure/bodyHeader_BlueTop_350.png) top left no-repeat;
}

.header-BlueTop-350 p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}

.content-BlueTop-350{
        color: #333;
	background: #cccccc url(../images/structure/bodyRepeat_BlueTop_350.png) top left repeat-y;
	padding: 10px 20px 0 20px;
}

.content-BlueTop-350 p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	height: 130px;
}

.footer-BlueTop-350{
	height: 12px;
	background: url(../images/structure/bodyFooter_BlueTop_350.png) top left no-repeat;
}

/* Blue Top Cotnainer @ 270px */

.container-BlueTop-270{
	width: 270px;
	margin-bottom: 20px;
}

.header-BlueTop-270{
	height: 48px;
	background: url(../images/structure/bodyHeader_BlueTop_270.png) top left no-repeat;
}

.header-BlueTop-270 p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 14px;
	margin: 0;
}

.content-BlueTop-270{
        color: #333;
	background: #cccccc url(../images/structure/bodyRepeat_BlueTop_270.png) top left repeat-y;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0 !important;
	margin-top: -6px;
}

.content-BlueTop-270 p{
	text-align: left;
}

.footer-BlueTop-270{
	height: 16px;
	background: url(../images/structure/bodyFooter_BlueTop_270.png) top left no-repeat;
}

/* Home Page -------- */

#homeVideoContainer{
	width: 305px;
	float: right;
}

#homeVideoHeader{
	background: url(../images/home/homeVideoHeader.png) top left no-repeat;
	height: 36px;
}

#homeVideoHeader p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}

#homeVideoContent{
	height: 160px;
	background: url(../images/home/homeVideoRepeat.png) top left repeat-y;
}

#homeVideoFooter{
	background: url(../images/home/homeVideoFooter.png) top left no-repeat;
	height: 9px;
}

#homeSliderContainer{
	width: 398px;
	margin-bottom: 20px;
}

#homeSliderHeader{
	background: url(../images/home/homeSliderHeader.png) top left no-repeat;
	height: 40px;	
}

#homeSliderHeader p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}

#homeSliderContent{
	height: 154px !important;
	height: 100px;
	padding: 0;
	margin: 0;
	background: url(../images/home/homeSliderRepeat.png) top left repeat-y;
}

.homeSliderStoryHolder{
	width: 355px;
	margin: 0 auto;
	padding-top: 15px;
}

.homeSliderStory{
	margin: 0;
	padding: 0;
	float: right;
	width: 220px;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

.homeSliderStoryHeader{
	font-size: 16px;
	font-weight: bold;
	margin: 0 !important;
	margin: 0 0 -8px 0;
	padding: 0;
}

.homeSliderStoryHolder a{
	color: #FF8533;
	text-decoration: none;
}

.homeSliderStoryHolder a:hover{
	color: #003366;
	text-decoration: none;
}

#homeSliderFooter{
	height: 10px;
	background: url(../images/home/homeSliderFooter.png) top left no-repeat;
}

.homeContentHolder{
	width: 335px;
	font-size: 12px;
	text-align: left;
}

.homeModuleHolder{
	width: 350px;
}

.homeModuleHolder ul{
	margin: 0;
	padding: 0;
}

.homeModuleHolder ul li{
	margin: 0 0 25px 0;
	padding: 0;
}

#homeContentIntro img{
	margin: 8px 0 0 0;
	padding: 0;
}

#homeSitePreview{
	width: 330px;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#homeSitePreview a{
	color: #FF8533;
	text-decoration: none;
}

#homeSitePreview a:hover{
	color: #003366;
	text-decoration: none;
}

#homeFactList{
	margin: 15px 0 0 10px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#homeFactList li{
	background: url(../images/structure/listCheckMark.png) left top no-repeat;
	margin-bottom: 8px;
	list-style: none;
	padding-left: 22px;
}

.homeBlueQuote{
	color: #003366;
}

.homeLearnMore{
	margin: 5px 0 0 90px;
	padding-bottom: 10px;
}


/* About Page -------- */

#aboutQuoteHeader{
	font-size: 13px;
}

#aboutRightQuote{
	text-align: justify;
	font-size: 12px;
	line-height: 16px
}

#aboutRightSignup p{
	font-size: 14px;
	margin: 8px 0 6px 0;
	text-align: center;
}

#aboutBottomList{
	width: 400px;
	margin: 15px 0 0 5px;
	padding: 0;
	text-align: left;
	font-size: 13px;
}

#aboutBottomList li{
	background: url(../images/structure/listCheckMark.png) left top no-repeat;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 22px;
}

#aboutBottomQuote{
	margin-top: 10px;
	float: right;
	width: 278px;
	height: 157px;
	background: url(../images/about/aboutBottomQuoteArea.png) top left no-repeat;
}

#aboutBottomQuote p{
	text-align: left;
	font-size: 13px;
	color: #fff;
	line-height: 17px;
	margin: 0 auto;
	padding: 10px;
}



/* Competition Page ------- */

.competitionBodyContent p{
	font-size: 13px;
	line-height: 16px;
}

#competitionScreenCap{
	width: 290px;
	float: right;
}

#competitionScreenCap p{
	font-size: 11px;
	width: 270px;
	margin: 0 auto;
	line-height: 12px;
	text-align: left;
}

#competitionCritCopy{
	width: 370px;
	text-align: left;
}

#competitionPerfectCopy{
	text-align: left;
}

#competitionPerfectCopy img{
	float: right;
	margin-top: 10px;
}

#competitionPerfectList{
	width: 430px;
	margin: 30px 0 0 5px;
	padding: 0;
	text-align: left;
	font-size: 13px;
}

#competitionPerfectList li{
	background: url(../images/structure/listCheckMark.png) left top no-repeat;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 22px;
}

#competitionRaveCopy{
	text-align: justify;
	width: 440px;
}

#competitionRaveImage{
	float: right;
	margin-top: 20px;
}


/* Meet the Monsters -------- */

.meetQuoteContent{
	height: 308px;
}

#meetQuoteCopy{
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

#meetQuoteSignup{
	margin-top: 14px;
}

#meetQuoteSignup p{
	font-size: 13px;
	text-align: center;
	margin: 7px 0 6px 0;
}

.meetCopyColumn{
	width: 330px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

.meetProfilePic{
	float: left;
	margin-right: 12px;
	border: 2px solid #999;
}

.meetSignupArea{
	width: 330px;
	height: 81px;
	background: url(../images/meet/meetSignupBox.png) top left no-repeat;
}

.meetSignupArea a{
	float: right;
	margin: 19px 26px 0 0;
}

#meetBottomSignup{
	margin-bottom: 8px;
}


/* Preview Page -------- */

#previewContentContainer{
	width: 730px;
	margin: 0 20px 0 0 !important;
	margin: 0 10px 0 0;
	float: right;
}

/* Tune of the Month */
#previewTuneContainer{
	float: right;
	width: 222px;
	height: 256px;
}

#previewTuneHeader{
	height: 41px;
	background: url(../images/preview/previewTuneHeader.png) top left no-repeat;
}

#previewTuneHeader p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}

#previewTuneContent{
	height: 201px;
	background: url(../images/preview/previewTuneRepeat.png) top left repeat-y;
	text-align: center;
	padding-top: 5px;
}

#previewTuneFooter{
	height: 14px;
	background: url(../images/preview/previewTuneFooter.png) top left no-repeat;	
}

#previewTuneTitle{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 13px;
}

#previewTuneRule{
	margin: 8px 0 0 0 !important;
	margin: 6px 0 0 0;
}

#previewTuneRadio{
	width: 145px;
	margin: 5px auto 0 auto !important;
	margin: 3px auto 0 auto;
	padding: 3px 0 0 25px;
	background: url(../images/preview/previewTuneRadioIcon.png) left top no-repeat;
	height: 25px !important;
	height: 14px;
}

#previewTuneRadio a{
	text-decoration: none;
	color: #ff6600;
	font-size: 14px;
}

/* Preview Intro Paragraph*/
#previewIntroContainer{
	width: 490px;
	height: 256px;
	margin: 0 0 20px 0;
}

#previewIntroHeader{
	height: 12px;
	background: url(../images/preview/previewIntroHeader.png) left top no-repeat;
}

#previewIntroContent{
	height: 232px;
	background: url(../images/preview/previewIntroRepeat.png) top left repeat-y;
	margin-top: 0 !important;
	margin-top: -6px;
	text-align: center;
	padding-top: 5px;
}

#previewIntroFooter{
	height: 12px;
	background: url(../images/preview/previewIntroFooter.png) left top no-repeat;	
}

#previewIntroHeadline{
	margin: 0 0 10px 0;
	padding: 0;
}

#previewIntroParagraph{
	margin: 0 auto;
	width: 450px;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
}

#previewIntroList{
	margin: 15px 0 0 5px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#previewIntroList li{
	background: url(../images/structure/listCheckMark.png) left center no-repeat;
	margin-bottom: 8px;
	list-style: none;
	padding-left: 22px;
}

#previewIntroSignup{
	float: right;
	text-align: center;
	margin-top: 80px;
	margin-right: 10px;
}

/* Preview Battle*/
#previewBattleOutter{
	width: 730px;
}

#previewBattleRight{
	width: 356px;
	float: right;
	padding: 0;
	margin: 0;
}

#previewBattleRight li{
	margin-bottom: 20px;
}

#previewBattleLeft{
	width: 356px;
	padding: 0;
	margin: 0;
}

#previewBattleLeft li{
	margin-bottom: 20px;
	height: 380px;
}

.previewBattleContainer{
	width: 356px;
	height: 380px;
	min-height: 380px;
}

.previewBattleHeader{
	height: 13px;
	background: url(../images/preview/previewBattleHeader.png) left top no-repeat;
}

.previewBattleContent{
	height: 354px;
	background: url(../images/preview/previewBattleRepeat.png) left top repeat-y;
	margin-top: 0 !important;
	margin-top: -6px;
	text-align: center;
}

.previewBattleFooter{
	height: 13px;
	background: url(../images/preview/previewBattleFooter.png) left top no-repeat;
}

.previewBattleRule{
	margin-top: 10px;
}

.previewBattleDesc{
	width: 320px;
	height: 80px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-align: left;
}

.previewBattleMatchup{
	margin: 20px auto 0 auto;
	display: table;
	background: url(../images/preview/previewBattleMatchBG.jpg) top left no-repeat;
	width: 340px;
	height: 207px;
}

.previewBattleMatchup p{
	text-align: center;
	width: 145px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	margin: 18px 8px !important;
	margin: 18px 4px;
}

.previewBattleMatchupVs{
	float: right;
	width: 26px;
	height: 16px;
	margin-top: 50px;
	margin-right: -8px;
	padding: 0;
}

.previewBattleMatchRule{
	margin: 3px 0 5px 0;
}

/*Quote Container*/
#previewQuoteListHolder{
	width: 680px;
	margin: 20px auto;
}

.previewQuotesList{
	width: 310px;
	text-align: left;
	font-size: 12px;
}

.previewQuotesUser{
	text-align: right;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 20px;
}

#previewQuotesDivider{
	float: right;
	margin-right: 22px;
}

#previewQuotesSignup{
	width: 550px;
	margin: 10px auto;
	text-align: center;
}



/* Pricing Page -------- */

#priceManifestoCopy{
	width: 460px;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
}

#priceSecretCopy{
	width: 460px;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;	
}

#priceSecretReasons{
	width: 460px;
	margin: 20px 0 60px 10px;
	padding: 0px;
}

#priceSecretReasons li{
	float: left;
	width: 135px;
	margin-right: 10px;
	font-size: 16px;
	color: #333;
}

.priceBodyHeadline{
	margin: 0 0 10px 0;
	padding-top: 10px;
}


#priceGuaranteeCopy{
	width: 430px;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
}

#priceReasonDesc{
	width: 430px;
	margin: 20px 0 0 5px;
	padding: 0;
	text-align: left;
	font-size: 13px;
}

#priceReasonDesc li{
	background: url(../images/structure/listCheckMark.png) left top no-repeat;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 22px;
}

#priceQuoteCopy{
	text-align: left;
	width: 660px;
	margin: 5px auto 0 auto;
}

#priceQuoteCopy img{
	border: 2px solid #fff;
}

#priceQuoteCopy p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	width: 490px;
}

#te_notation{
	width:600px;
}

#e_notation{
    width:600px;
}

ul.rulesList {
	list-style: disc;
}
div.input_notation {
    margin-left:80px;
}

#entry_preview th.left{
    width:80px;
}#entry_preview td.element{
	width:600px;
}

/* What Is It Page -------- */

#whatWhatIsItCopy{
	margin-bottom: 8px;
}

#whatWhatIsItCopy div{
	margin-bottom: 35px;
}

#whatWhatIsItCopy div img{
	float: right;
}

#whatWhatIsItCopy div p{
	margin: 5px 0;
	width: 330px;	
}

#whatWhatIsItCopy div p strong{
	font-size: 15px;
}

#whatSignUp{
	text-align: center;
	font-size: 16px;
}


