﻿div.webRegistration
{
	margin: 10px;
	height: 550px;
}


div.webRegistration .panel
{
	 margin-top: 15px;
}

div.webRegistration fieldset
{
	width:35%;
	float:left;
	padding-right: 10%;
}

div.webRegistration fieldset ul
{
	list-style:none;
	margin-left: 10px;
}

div.webRegistration fieldset ul li
{
	margin-top: 5px;
	display:block;
	font-size:12px;
}

div.webRegistration p
{
	margin-top: 10px;
}

div.webRegistration fieldset ul li label
{
	float:left;
	font-size:12px;
}

div.webRegistration fieldset ul li input,
div.webRegistration fieldset ul li textarea
{
	width:95%;
	font-size:12px;
}

div.webRegistration fieldset ul li.left
{
	float:left;
	width:45%;
}

div.webRegistration fieldset ul li.right
{
	float:right;
	width:45%;
}

div.webRegistration fieldset.fullWidth
{
	width:95%;
	text-align:center;
}

div.webRegistration fieldset.result
{
	width:95%;	
}

div.webRegistration fieldset.result table
{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.webRegistration fieldset.result table tr th
{
  width: 300px;
  text-align:left;
  font-weight:normal;
  
}

div.webRegistration fieldset.result table tr td
{
  margin-left:50px;
}
