#topText { position: relative; float: left; width: 510px; margin-left: 40px; margin-top: 30px; font: normal 24px josefinSlabRegular; color: #5F6468; line-height: 34px; text-align: center }
#createFormWrapper { position: relative; float: left; width: 880px; margin-left: 50px; margin-top: 40px }
.formInput { position: relative; float: left; width: 648px; margin-left: 100px; margin-top: 12px; padding: 18px 15px 18px 15px; font: normal 18px robotoRegular; color: #656d78; border: solid 1px #656d78 }
.addButton { position: relative; float: left; width: 33px; height: 33px; background: url(../images/addIcon.normal.png); border: solid 0px #FFFFFF; cursor: pointer; -webkit-transition: all 0.2s 0s ease; transition: all 0.2s 0s ease }
.addButton:hover { position: relative; float: left; width: 33px; height: 33px; background: url(../images/addIcon.over.png); border: solid 0px #FFFFFF; cursor: pointer; -webkit-transition: all 0.2s 0s ease; transition: all 0.2s 0s ease }
.addSongButton { position: relative; float: left; width: 195px; height: 195px; font: normal 24px pacifico; color: #FFFFFF; background: url(../images/sendButton.0.normal.png); cursor: pointer; -webkit-transition: all 0.2s 0s ease; transition: all 0.2s 0s ease }
.addSongButton:hover { position: relative; float: left; width: 195px; height: 195px; font: normal 24px pacifico; color: #FFFFFF; background: url(../images/sendButton.0.over.png); cursor: pointer; -webkit-transition: all 0.2s 0s ease; transition: all 0.2s 0s ease }
#addSongResult { position: relative; float: left; width: 270px; margin-left: 30px; margin-top: 132px; font: normal 18px robotoRegular; color: #f2897a }
#songsText { position: relative; float: left; width: 880px; margin-left: 50px; margin-top: 85px; font: normal 19px robotoRegular; color: #3c4148 }
#songsWrapper { position: relative; float: left; width: 880px; margin-left: 50px; margin-top: 22px; margin-bottom: 80px }
.songWrapper { position: relative; float: left; width: 880px; margin-top: 6px; padding-top: 6px; background: #F7F7F7 }
.songArtist { position: relative; float: left; width: 255px; margin-left: 30px; margin-top: 18px; margin-bottom: 24px; font: normal 18px robotoBold; color: #3c4148 }
.songTitle { position: relative; float: left; width: 350px; margin-left: 20px; margin-top: 18px; margin-bottom: 24px; font: normal 18px robotoBold; color: #3c4148 }
.songVotesNumber { position: relative; float: left; width: 52px; margin-left: 20px; margin-top: 13px; font: normal 24px robotoBold; color: #F64747; text-align: right }
.songVotesSuffix { position: relative; float: left; width: 55px; margin-left: 8px; margin-top: 18px; font: normal 18px robotoBold; color: #3C4148 }
.songDedication { position: relative; float: left; width: 820px; margin-left: 30px; margin-top: -4px; margin-bottom: 24px; padding-top: 20px; font: normal 16px robotoLight; color: #666666; border-style: solid; border-width: 1px 0px 0px 0px; border-color: #CCCCCC }