form {
	margin:0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.requiredField {
	color: #F00;
}

.rc {
	display:inline;
}

.rc input {
	float:left;
}

.rc {
	white-space:nowrap;
	padding-right:20px;
}

embed {
	background-color: #CCC;
	background-image: url('/modules/video/images/ph_video.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#systemMessage {
	z-index:99;
	background-color: #FFFFB1;
	padding: 4px;
	border:1px dotted #CECEB2;
	color:#000;
	margin-top:5px;
	margin-bottom:5px;
}

#systemError {
	z-index:99;
	background-color: #FFD9D3;
	padding: 4px;
	border:1px dotted #E00;
	margin-top:5px;
	margin-bottom:5px;
	color:#000;
}
