/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
address {font-style:normal;}

/* --------------------------------------------
   
----------------------------------------------- */
html
{

}

body
{
	font: 12px/16px geneva, arial, sans-serif;
	background: #fff;
	color: #333;
}

a
{
	text-decoration: underline;
	color: #333;
	padding: 0 2px;
	margin: 0 -2px;
}

a:hover
{
	background: #333;
	color: #fff
}

select option
{
	margin-right: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#page
{
	width: 886px;
	margin: 0 auto;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#header
{
	height: 103px;
	padding-top: 22px;
	padding-left: 21px;
}

div#header div.logo
{
	/*
	width: 462px;
	height: 29px;
	background: url(../img/scope_2010_vip_registration/img_logo.gif) no-repeat;
	*/
	
	width: 517px;
	height: 31px;
	background: url(../img/scope_2010_vip_registration/img_logo_miami.png) no-repeat;
	
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	padding-left: 154px;
	padding-right: 175px;
	padding-bottom: 50px;
}

div#content h2
{
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}

div#content p
{
	margin-bottom: 8px;
}

div#content ul.items
{
	margin-bottom: 20px;
}

div#content ul.items,
div#content ul.items li
{
	list-style: disc;
}

div#content ul.items li
{
	margin-left: 20px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content form
{
	padding-bottom: 25px;
}

div#content form h3
{
	font-weight: bold;
	margin-bottom: 6px;
}

div#content form ul
{

}

div#content form ul li
{
	margin-bottom: 10px;
}

div#content form ul li label
{
	display: block;
	font-size: 10px;
}

div#content form ul li span.error
{
	display: none;
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: bold;
	font-size: 10px;
	color: #c00;
}

div#content form input.text,
div#content form textarea
{
	border: 1px solid #bbb;
	width: 378px;
	padding: 2px;
}

div#content form ul li.submit input
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	color:#333333;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0.3em;
	cursor:pointer !important;
}

div#content form ul li.submit input:focus
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #000000;
}

div#content form ul li.submit input:hover
{
	background: #efefef;
}

/* --------------------------------------------
   
----------------------------------------------- */
p#scope-basel-2010
{
	overflow: hidden;
}

p#scope-basel-2010 span
{
	float: left;
}

p#scope-basel-2010 a
{
	float: left;
	margin-left: 20px;
}

