.ballotBox {
    width:46em;
}

.ballotBox h1 {
    text-align:left;
}
.themeBallot 
{
    display:block;
    border: solid thin black;
    margin: 0 -4px;
    padding: 1em;
    width: auto;
    height: auto;
    overflow: visible;
    position:relative;
}

.ballotChoice 
{
	float: left;
    display: inline;
    width: 14em;
    height: auto;
    text-align: center;
    margin-left: 0.5em;
}

.ballotChoice img {
	width:auto;
	height:90px;
}
	
.ballotChoice select {
	width:13em;
	display:inline;
}
.ballotChoice p
{
    margin:0;
    padding:0;
}

.ballotSubmit {
	display:block;
	clear: left; 
	text-align:right;
	margin-top:2em;
	width: 45em;
}

