﻿h2
{
	margin-left: 15px;
}

h2.sf_NewsTitle
{
	margin-left: 0px;
}

.form_region
{
	border: 1px solid #A4BEC8;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #F7FAFB;
}

.validation_summary
{
	border: 1px solid #C9A3A3;
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FBF7F7;
}

.region_title
{
	font-size: 120%;
	font-weight: bold;
}

.form_name
{
	font-weight: bold;
}

.form_region input[type=text]
{
	width: 250px;
}

.form_region select
{
	min-width: 350px;
}

.command
{
	font-weight: bold;
	font-size: 170%;
}

#add_user div
{
	float: left;
	margin-right: 15px;
}

.attendee_command
{
	padding-top: 11px;
}

.attendee_list div
{
	background-color: #EEF4F7;
	border: 1px dashed #71C6F9;
	padding: 5px;
	margin: 2px;
	width: 250px;
}

.attendee_list div .command
{
	float: right;
	margin-top: -8px;
	color: Red;
}

.workshop_title
{
	display: inline-block;
	min-width: 280px;
}

.subtotal
{
	background-color: Transparent;
	border: none !important;
	border-bottom: 1px dashed #636363 !important;
	text-align: right;
}

ul.radio
{
	list-style-type: none;
}

.submit
{
	float: right;
	margin: 15px;
	color: #294A5A;
	border-bottom: 12px dotted #4D89A6;
}