@charset "utf-8";
/* CSS Document */

textarea.textarea{
	width:97%;

	float:right;
	margin-top:0;
	margin-bottom:10px;
}
select#pres_topic{
	float:right;
	width:80%;
}

table#speaker_table tr td{
	padding:0px 3px 6px 0;
}

table#speaker_table tr td input.text{
	float:right;
	width:220px;
}

table#speaker_table tr td input.button{
	float:right;
	height:25px;
	width:63px;
}

table#speaker_table tr td select#pres_topic{
	width:224px;
}

.txtField input{
	/*width:200px;*/
}

table.request_preview_table tr td{
	padding:4px 5px 4px 0;

}

table#speaker_table tr td.left{
	width:240px;

}

ul.message_fields{
	margin-bottom:10px;
}

ul.message_fields li{
	list-style-type:disc;
	list-style-position:inside;
}

