body{
    width:960px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: 100px auto;
    background-color: rgb(218,244,203);
}

a:link {
    color: blue!important;
    text-decoration-color: red !important;
}

#wrapper{
    float:left;
    width:100%;
    margin:auto;
    border: 1px solid #C4E1BC;
    border-radius: 11px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
}
#logo{
    float:left;
    background: url('img/logo.png') no-repeat;
    height: 162px;
    width:100%;
    padding-left: 60px;
}
#login{
    float:left;
    width:400px;
    border:1px solid #4f923d;
    margin:100px 270px;
    padding: 10px 50px 0 50px;
}
#login input{
    float: left;
    border:1px solid #4f923d;
    width:300px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
    
}
#vote{
    float: left;
    width:700px;
    margin:20px 120px;
}

#vote fieldset{
    float: left;
    border:1px solid #000;
    width:100%;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 10px;
    border-radius: 11px;
}
#vote select{
    float: left;
    border:1px solid #4f923d;
    width:310px;
    height: 20px;
    display: block;
    margin: 5px 0; 
    font-size: 14px;
}
#vote input[type="radio"]{
	margin-right:10px;
	margin-left: 10px;
} 
#vote input[type="button"]{
    width:150px;
    font-size: 15px;
    float: right;
	border:1px solid #4f923d;
	height: 20px;
    display: block;
}

#vote label{
    float: left;
    width:350px;
    height: 30px;
    
    margin-top: 5px;
    padding: 6px 0 0 5px;
    font-size: 14px;
}
p{
    line-height: 25px;
}
.error{
    float: left;
    width:100%;
    color: red;
    padding-bottom: 5px;
}

.row{
    float:left;
    width:100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.userrow{
    float:left;
    width:100%;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: rgb(218,244,203);
    margin-top: 2px;
	line-height: 30px;
	font-size: 12px;
}

.row img{
    float: left;
    height: 30px;
    padding-right: 10px;
}
.pdf_name{
    float: left;
    padding-top: 5px;
    font-size: 12px;
	width:100%;
	line-height: 20px;
}
#thankyou{
    font-weight: bold;
    width:100%;
    font-size: 30px;
    text-align: center;
    padding:300px 0 200px 0;
    
}
legend{
	font-size: 14px;
	padding: 5px;
}

.hidden {
    display: none !important;
}