#contentContainer  p {
	font-size: 10pt;
	line-height: 1.5em;
	margin: 20px 0 ;
}

#contentContainer  .note {
	color: #565656 ;
	margin: 10px;
	padding: 10px 10px 25px 70px; 
	background: #eee URL(http://yourownsite.com/_templates/_images/alert_img2.gif) no-repeat 20px 15px;
	border-top: 1px #ccc solid; 
	border-bottom: 2px #ccc solid; 
	font-style: italic;
	
}



.form {
	width: 350px; 
	background: #efefef; 
	padding: 10px 30px; 
	border-bottom: #ccc 3px solid;
	text-align: left;
}

.form .input, .form .textarea , .form .select {
	border: 3px #ddd solid;
	width: 250px;
	padding: 5px;
	margin-top: 5px;
}

.form .select option{
	background: #eee;
	margin: 2px;
}

.form .required {
	background-image: URL(http://yourownsite.com/_templates/_images/background/back-required8.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
	width: 235px;
}

.submit {
	padding: 5px; 
	background: #eee; 
	color: #555; 
	font-weight: bold;
	border: 3px #bbb solid; 
}