/* CSS Document */
@charset "utf-8";

/* LINKS */

a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: blue;
text-decoration: none;
}
a:active {
color: blue;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}

/* PAGE */
body {
	font-family:Verdana;
	font-size:10px;
	background-color: #ffcc66;
}

div#booklets_box {
	position: absolute;
	width: 250px;
	border: 1px solid #ff3300;
	top: 50%;
 	left: 50%;
 	padding: 5px;
 	margin:-122px 0px 0px 200px;

}

div#center_box {
	position:absolute;
	margin:-60px 0px 0px -180px;
	top: 50%;
 	left: 50%;
	text-align: left;
}

div#inner_center_box {
	width:345px;
	margin: 5px 6px;
	border: 1px solid #ff3300;
	padding: 5px;
}
div#inner_center_box2 {
	width:345px;
	margin: 0 0 30px 6px;
	border: 1px solid #ff3300;
	padding: 5px;
}

input#submit_button {
	background-color: white;
	border: 1px solid;
	font-family:Verdana;
	font-size:10px;
}

input {
	background-color: white;
	border: 1px solid;
	font-family:Verdana;
	font-size:10px;
}

select#booklet_categories_select {
	background-color: white;
	border: 1px solid;
	font-family:Verdana;
	font-size:10px;
}
