
.miniText {
	font-size: 10px;
	font-style: italic;
}

.ErrorMessage {
	color: #DD0000;
	font-weight: bolder;
}

.SuccessMessage {
	color: #4A9E00;
	font-weight: bolder;
}

.MsgGreen {
	text-align: center;
	border: 2px solid #008040;
	padding: 5px;
	background: #92fb8e;
	width: 600px;
	margin: 5px 100px 15px;
}

.MsgRed {
	text-align: center;
	border: 2px solid #ff0000;
	padding: 5px;
	background: #ff8080;
	width: 600px;
	margin: 5px 100px 15px;
}

.defaultCursor {
	cursor: default;
}

input.largeText {
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.MediumText {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.separator {
	height: 20px;
}


#bod {
	position: absolute;
}

#createRoom {
	background-color: #F4F4F4;
	border-top: 1px dotted #979DBF;
	border-bottom: 1px dotted #979DBF;
	padding: 8px 4px;
}

#tblCreateConf {
	margin-left: 50px;
}

#tblCreateConf td {
	padding: 3px;
}

#txtConfDesc {
	width: 90%;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#txtDesc {
	width: 580px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#txtSenderText {
	width: 580px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#txtSenderText.Highlight {
	border: 1px solid #FF6600;
}

#sUSR_BIOGRAPHY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#SpeakerList, #lstParticipants {
	border: 1px solid #e0e0e0;
	padding: 5px;
	overflow: auto;
}

#SpeakerList span.block, #lstParticipants span.block {
	width: 210px;
	padding: 5px;
	display: inline-block;
}

#ModalDiv {
	position: absolute;
	background: #F6F6F6;
	border: 1px solid #CCC;
	width: 890px;
	height: 325px;
	padding: 20px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#UserDetails {
	position: absolute;
	background: #CCC;
	border-top: 1px dotted #0F0F0F;
	border-bottom: 1px dotted #0F0F0F;
	width: 590px;
	margin-left: 20px;
	margin-top: 30px;
	padding: 10px;
	z-index: 500;
}

#SendInvitArea {
	float: right;
	margin-top: 50px;
	margin-right: 150px;
}
