﻿/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#main #menu {
	float:left;
	width:200px;
	margin:0px 0px 10px 0px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #ffffff;
}
#main #demo {
	float:right;
	width:25px;
	margin:0px 0px 10px 10px;
}
input.btn
{
	width: 39px;
	height: 20px;
	background: transparent url(../images/sound.gif) no-repeat center top;
	background-color: #DEDFDE;
	position: relative;
	left: 75px
}
.flashView
{
	width: 200px;
}
.recordNowLink
{
	text-align: right;
}
.sendButton
{
	position: relative;
	left: 425px;
}
.formLabel, .formInput  {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

.formLabel {
	text-align: left;
	width: 220px;
	padding-right: 25px;
}

formBr {
	clear: left;
}

