#login, #register {
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}

#login input[type="text"], #login input[type="password"]{
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
}

#register input[type="text"], #register input[type="password"]{
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
}


#vote-area {
	text-align: center;
}


#item-nav-top {
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

#item-nav-bottom {
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

#showImage {
  text-align: center;
  max-height: 540px;
  max-width: 720px;
  overflow: auto;
}

#showImage img {
  max-height: 540px;
  max-width: 720px;
}