/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	guest settings begin
	involved files		--> /scripts/guest.cgi
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

	td.guest_100 {
		width: 100px;
	}
	td.guest_name {
		font-size: 150%;
		color: darkgray;
		width: 250px;
	}
	td.spam_phrase {
		width: 160px;
		font-size: 200%;
		color: darkgray;
	}
	td.guest_comment {
		font-size: 13px;
		height: 80px;
		text-align: justify;
		border-top: 1px solid SteelBlue;
		border-right: 1px solid SteelBlue;
		border-left: 1px solid SteelBlue;
		border-bottom: 1px solid SteelBlue;
	}
	td.guest_comment_full_view {
		color: SteelBlue;
		font-size: 10px;
		height: 40px;
		text-align: justify;
	}
	p.guest_status {
		color: green;
	}
	
	table.guest_filter {
		width: 360px;
		height: 55px;
		border-bottom: 1px solid SteelBlue;
	}	
	
	table.guest_entry_full {
		width: 360px;
		height: 80px;
		border-top: 1px solid SteelBlue;
		border-right: 1px solid SteelBlue;
		border-left: 1px solid SteelBlue;
		border-bottom: 1px solid SteelBlue;
	}
		table.guest_entry {
			width: 370px;
			height: 80px;
		}


	input.guest_200 {
		width: 200px;
		border-top: 1px solid CornflowerBlue;
		border-left: 1px solid CornflowerBlue;
		border-bottom: 1px solid CornflowerBlue;
		border-right: 1px solid CornflowerBlue;
	}
	input.guest_numbers {
		width: 50px;
		border-top: 1px solid CornflowerBlue;
		border-left: 1px solid CornflowerBlue;
		border-bottom: 1px solid CornflowerBlue;
		border-right: 1px solid CornflowerBlue;
	}
	input.guest_submit {
		width: 100px;
		border-top: 1px solid CornflowerBlue;
		border-left: 1px solid CornflowerBlue;
		border-bottom: 1px solid CornflowerBlue;
		border-right: 1px solid CornflowerBlue;
	}
	select.guest_of {
		background-color: CornflowerBlue;
		color: white;
		font-size: 13px;
		height: 23px;
		width : 150px;
	}
	select.guest_of_filter {
		background-color: Steelblue;
		color: white;
		font-size: 13px;
		height: 23px;
		width : 150px;
	}
	select.guest_showup_filter {
		background-color: Steelblue;
		color: white;
		font-size: 13px;
		height: 23px;
		width : 150px;
	}
	
	textarea.guest_comment {
		width: 100%;
		border-top: 1px solid CornflowerBlue;
		border-left: 1px solid CornflowerBlue;
		border-bottom: 1px solid CornflowerBlue;
		border-right: 1px solid CornflowerBlue;
	}

/*	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	guest settings end
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
