/* forms.css */
@media screen	{

#content	{
	overflow: hidden;
	}
#left-content, #right-content	{
	float: right;
	}
#left-content	{
	width: 37%;
	}
#right-content	{
	width: 63%;
	}

/* Left content */
#left-content img	{
	border: none;
	margin-bottom: 10px;
	}
div.important-info {
	border: 1px solid #663333;
	color: #663333;
	}
div.important-info * {
	margin: 0;
	padding: 0;
	}
div.important-info h4 {
	margin: 0.25em;
	padding: 0.25em;
	border-bottom: 1px solid #663333;
	color: #663333;
	}
div.important-info ul {
	margin: 1em 1em 1em 1.5em;
	color: #663333;
	}

/* Partnership */
#partnership	{
	margin: 0px 10px;
	clear: both;
	}
#partnership img	{
	border: none;
	}
	
}
