/* CSS For Polaroid Gallery */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
	width:100%;
	margin:0;
	font:12px Arial, Helvetica, Verdana;
	color:#000000;
	background:#C6D85D;
}

h1 {
	text-align: center;
	color: white;
}
h2.approval {
	color: #2fc600;	
}
h2.disapproval {
	color: #ff0000;
}

#fullscreendemo {
	height:100%;
	width:100%;
}

#container {
	width: 700px;
	margin: 10px auto;
}

div.choice {
	background-color: #a5d9e0;
	text-align: center;
	background-color: white;
	margin: 20px;
}
div.choice .image img {
	margin: 10px;
	border: 2px solid #c0213c;
}
div.choice .description {
	width: 400px;
	margin: 0px auto;
}
div.choice .description p {
	padding: 10px;
}

div.choice div.buttons {
	height: 50px;
	width: 200px;
	margin: 0px auto;
}

div.choice .approve_button {
	float: right;
	display: block;
}

div.choice .disapprove_button {
	float: left;
	display: block;
}
