div#container {
	width:940px;
	margin:0 0 10px;
	padding:20px 0 10px;
	border:1px solid #cccccc;
}

.clearing {
	clear:both;
}
.alert, .error {
	color:#ff3b70;
}

form {float:left; }

ol.forms-left {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 20px;
	width:450px;
	float:left;
}


ol.forms-left li {
	clear:left;
	line-height:1.5em;
	margin-bottom:0.5em;
	width:100%;
	list-style:none;
}


ol.forms-left label {
	cursor:pointer;
	display:block;
	font-size:14px;
	line-height:1.5em;
}

ol.forms-left input {
	width:50%;
}

ol.forms-left textarea {
	height:15em;
	width:99%;
}

ol.forms-left input, ol.forms-left textarea, ol.forms-left button {
	font-size-adjust:none;
	color:#666666;
}

ol.forms-left .error {
	display:block;
	font-size:12px;
	margin:5px;
}
ol.forms-left li.buttons {
	width:100%;
}

ol.forms-right {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 30px;
	width: 430px;
}

ol.forms-right li {
	clear:left;
	float:left;
	line-height:1.5em;
	width:100%;
	list-style:none;
}

ol.forms-right label {
	cursor:pointer;
	display:block;
	font-size:14px;
	line-height:1.5em;
}

ol.forms-right input {
	width:50%;
}

ol.forms-right textarea {
	height:15em;
	width:99%;
}

ol.forms-right input, ol.forms-right textarea {
	font-size-adjust:none;
	color:#666666;
}

ol.forms-right .error {
	display:block;
	font-size:12px;
	margin:5px;
}

ol.forms-right li.buttons {
	width:100%;
}

ol.forms-right button, ol.forms-left button { background:#ff3b70; color:#FFFFFF; padding: 5px 10px; font-size:12px; border:1px solid #ffffff; cursor:hand;}
ol.forms-right button a, ol.forms-left button a{ color:#ffffff; text-decoration:none; }
ol.forms-right button:hover, ol.forms-left button:hover { background:#ffffff; color:#ff3b70; text-decoration: underline; border:1px solid #ff3b70;}
ol.forms-right button:active, ol.forms-left button:active { background:#666666; color:#ffffff; text-decoration: underline; border:1px solid #ffffff;}


.confirm { float:left; padding:0 0 0 20px; }
.confirm h1 { color:#ff3b70; } 
select {margin:0 0 15px;}
