@CHARSET "UTF-8";

div.form {
	width:	500px;
}

div.form table {
	width:	100%;
}

div.form td.label {
	font-size:			10px;
	width:				150px;
	padding-left:		3px;
	vertical-align:		top;
	background-image:	url('../png/formline2.png');
	background-repeat:	no-repeat;
}

div.form td.separator {
	height: 			20px;
}

div.form td.button {
	height:				30px;
	vertical-align:		bottom;
	text-align:			right;
	background-image:	url('../png/button-background.png');
	background-repeat:	no-repeat;
}

div.form td.button input {
	width: 				150px;
}

div.form input, select {
	width:	350px;
	border:	solid 1px gray;
}

div.form textarea {
	width:	348px;
	border:	solid 1px gray;
}


td.picturelist img {
	width:	50px;
	height:	50px;
	border:	solid 1px gray;
}

*.message {
	font-weight:		bold;
	color:				red;
}



div#selectionBox {
	visibility:			hidden;
	position:			absolute;
	top:				230px;
	left:				700px;
	width:				300px;
	background-color:	#ffffcc;
	padding:			0px 5px 0px 5px;
	border:				solid 1px gray;
}

div#selectionBox p {
	margin-top:			5px;
	margin-bottom:		5px;
}