/* CSS Document */

.Form
{
	width:650px;
	margin:20px 20px;
	border:solid 2px #06F;
	background-color: #C6EBFF;
	padding:15px 5px;
	border-radius:10px;
}

.LogForm
{
	width:450px;
	margin:20px 20px;
	border:solid 2px #06F;
	background-color: #C6EBFF;
	padding:15px 5px;
	border-radius:10px;
}

.Form .name
{
	width:150px;
	margin-right:8px;
	float:left;
/*
*/
	margin-bottom:3px;
}

.LogForm .name
{
	width:200px;
	margin-right:8px;
	float:left;
/*
*/
	margin-bottom:3px;
}

label
{
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	width:200px;
}

.register label
{
	width:250px;
}

.edit_attendee label
{
	width:150px;
}

.pass_man .shortlabel
{
	width:60px;
}

.pass_man label
{
	width:120px;
}

.register .shortlabel
{
	width:96px;
}

.shortlabel
{
	width:96px;
}

.vshortlabel
{
	width:35px;
}

.field_container .shorterlabel
{
	width:85px;
}

.checkbox
{
	float:left;
	font-size:12px;
	padding:4px 180px 4px 2px;
	width:20px;
	margin:2px 3px 10px 10px;
}

.size_select{
/*	margin-right:30px;*/
	width:180px;
	float:left;
	margin:0px 0 10px 10px;
}

.email_line{
	float:left;
	width:100%;
	margin-bottom:5px;
}

.email_form{
	display:block;
	position:relative;
	margin:10px 0px 0px 5px;
	width:615px;
	padding:10px;
}

.email_field
{
	float:left;
	margin-left:5px;
	
}

.email_desc
{
	width:370px;
	font-size:12px;
}

.colour_box {
	/*display:block;*/
	text-align:left;
	width:600px;
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	border-radius:20px;
	padding-left:5px;
}

.colour_box label{
	width:100px;
	font-weight:normal;
	text-align:left;
}

.but_box
{
	font-size:12px;
	width:170px;
	float:left;
}

.but_box_small
{
	font-size:12px;
	width:85px;
	float:left;
}

#messageBlock {
	display: block;
	height: 90px;
	width: 400px;
	margin-left: 11px;
	background-color:#FFA;
	overflow:scroll;
}

.textBlock {
	float:left;
	display: block;
	height: 50px;
	width: 230px;
	margin-left: 5px;
	background-color:#FFA;
	/*
	overflow:scroll;
	*/
}

.small_text_block
{
		float:left;
	display: block;
	height: 50px;
	width: 85px;
}

.text
{
		float:left;
	margin-left: 6px;	
}
.last-line
{
	margin-bottom:15px;
}

.first-line
{
	margin-top:15px;
}

.short_text
{
	float:left;
	width:85px;
}

.tiny_text
{
	float:left;
	width:40px;
	background-color:yellow;
	margin-right:-30px;
}

.long_text
{
	float:left;
	width:180px;
}

.button
{
	width:55px;
	margin-left:10px;
}

.bckgnd
{
	background-color:#bF6;
}

