/* #### RESET #### */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
/* #### TYPOGRAPHY #### */
body {
    color: white;
    font-family: arial;
    font-size: 14px;
}

a:link, a:visited {
	color: #fc5e00;
	text-decoration: underline;
}

a:link:hover, a:visited:hover {
	text-decoration: none;
}

h1 {
    text-indent: -9999px;
    background: url(/images/vote/h1-bg.png) no-repeat;
    width: 520px;
    height: 145px;
    margin: 15px 0 10px;
}

.left h2 {
    text-indent: -9999px;
    background: url(/images/vote/left-h2-bg.png) no-repeat;
    height: 55px;
    margin-bottom: 20px;
}

.left p {
    padding: 8px 9px;    
}

h3, label {
    color: #fc5e00;    
}

h3 {
    text-transform: uppercase;
    clear: both;
    margin-bottom: 12px;
}

p {
    line-height: 15px;
}

/* #### CUSTOM STYLES #### */
html {
    background: black;
}

#gradient {
    background: black url(/images/vote/body-bg.png) repeat-x bottom;
    height: 200px;
    width: 100%;
    clear: both;  
    margin-top: -200px;
    float: left;
    position: relative;
    z-index: 1;
} 

#wrapper {
    width: 863px;
    min-height: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.collumn {
    float: left;
}

.left {
    width: 265px;
    margin-right: 50px;
}

.right {
    width: 485px;
    padding-bottom: 55px;
}

.right p {
    margin: 18px 10px;
    text-align: justify;
}


.alert li {
    color: red;
    margin: 15px 0;
}

#vote {
    float: left;
    clear: both;
    margin-top: 35px;
    height: 270px;
}

#vote fieldset {
    background: url(/images/vote/hr-bg.png) repeat-x;
    padding-top: 8px;    
}

#vote fieldset .half {
    float: left;
    margin-right: 17px;
    width: 225px;
}

#vote label,
#vote input {
    float: left;
    clear: both;
}

#vote label {
    margin-bottom: 4px;
    font-size: 12px;
}

#vote input {
    margin-bottom: 10px;
}

#vote input[type="image"] {
    margin-top: 10px;
    float: right;
    margin-right: 128px;
}

.song {
    background: url(/images/vote/hr-bg.png) repeat-x;
    padding-top: 10px;
    min-height: 60px;
    float: left;
    width: 100%;
}

.song h4 {
    font-size: 14px;
    color: #fc5e00;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.song h4 a {
    background: none;
    display: inline;
    float: none;
    height: inherit;
    margin: 0;
    text-indent: 0;
    width: inherit;
    color: inherit;
    text-decoration: inherit;
}

.song h2 {
    color: white;
    font-size: 26px;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    float: left;
    max-width: 355px;
    margin-bottom: 8px;
}

.song a {
    float: left;
    display: block;
    background: url(/images/vote/play-button.png);
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    margin-left: 5px;
}

.song div {
    float: right;
    padding-top: 5px;
    padding: 0 8px;
    width: 77px;
}

.song div label {
    background: url(/images/vote/vote-label-bg.png) no-repeat;
    height: 24px;
    width: 51px; 
    text-indent: -9999px;
    display: inline-block;
    position: absolute; 
}

.song div input {
    margin: 5px 0 0 8px;
    float: right;
}

.feedback-error {
	padding: 5px 10px;
	color: #000;
	margin: 0 20px;
	border-width: 1px 0;
	border-style: solid;}

.feedback-error {
	border-color: #F00;
	background-color: #FCC;}

.feedback-success {
	color: #fc5e00;
	text-transform: uppercase;
	
}
