/*
body {
 font-family: Arial;
 font-size: 8pt; 
 margin: 0px;
background: #EBE9E1;
}

h1{
	font-size: 14pt;
}

h2{
	font-size: 12pt;
	color: #333333;
}

h3{
	font-size: 10pt;
}

#errormessage {
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 5px;
	background: #FF0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}

#mainmenu{
	margin:0px;
	padding:0px;
	position: relative;
	top: 15px;
	left: 20px;
	font-family: Arial;
 	font-size: 16pt;
	color: #EBE9E1;
}


.mainmenu_not_active {
	font-family: Arial;
 	font-size: 16pt;
	color: #EBE9E1;
}

.mainmenu_active {
	font-family: Arial;
 	font-size: 16pt;
	color: #FFCC00;
}

#header{
	height: 60px;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#content{
	width: 960px;
	padding: 10px;
}
*/


#centeredBox400x100 {
	position: absolute;
	width: 520px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -230px;
	text-align: center;
}

#askBox {
	background: #F5F4F0;
	border: 2px solid #DEDBD1;
	position: absolute;
	width: 400px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -200px;
	text-align: center;
}

#uploadBox {
	background: #DDDDDD;
	border: 2px solid #666666;
	position: absolute;
	width: 400px;
	height: 125px;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -200px;
	padding: 5px;
}

#helpbox {
	background: #EEEEEE;
	border: 2px solid #999999;
	position: absolute;
	width: 400px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: 10px;
	margin-left: -200px;
	padding: 5px;
}

#submit {
	background: #FFFFFF;
	border-left: 1px solid #DEDBD1;
	border-right: 1px solid #DEDBD1;
	border-top: 1px solid #DEDBD1;
	border-bottom: 1px solid #DEDBD1;
	padding: 10px;
	color: #333333;
}


#thumb_container_choice {
	background: #F7F7F7;
	border: 2px solid #777777;
	width:920px;
    /* height is overridden in html via dynamic max height of thumbnails */
	height:320px;
	padding:5px;
	overflow: auto;
	white-space: nowrap;
}

#thumb_container_to_stamp {
	background: #F7F7F7;
	border: 2px solid #777777;
	width:920px;
	height:180px;
	padding:5px;
	overflow: auto;
	white-space: nowrap;
}

#menu_bedween_selection{
	width: 920px;
	margin-top:10px;
	margin-bottom:10px;
}

#info_div {
	text-align: center;
}

#stamp_container {
	background: #F5F4F0;
	border: 2px solid #DEDBD1;
	width:920px;
	padding: 5px;
	margin-top: 25px;
}

#stamp_container_arrow {
	position: relative;
	top: -29px;
	left: 70px;
	width: 46px;
	height: 24px;
}

#thumbnail {
	border: 2px solid #DEDBD1;
	width: 150px;
	height: 150px;
	margin-left: 20px;
}

.image {
	border:2px solid #FFFFFF;
}

.image_sel {
	border:2px solid #FFFFFF;
}

.textfield {
	border:1px solid #888888;
}
