﻿body
{
    background: url('../images/bg.gif');
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#000;
}

.reorderListDemo li a {color:#000 !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:15px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.registrationDefaultText
{
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
}
label.registrationDefaultText
{
    font-family: Arial;
    font-size: 11px;
    color: #333333;
}
input.registrationDefaultText
{
    -moz-appearance: none;
    background-color: #B58D53;
    border: solid 1px #4D4243;
}
textarea.registrationDefaultText
{
    -moz-appearance: none;
    background-color: #B58D53;
    border: solid 1px #4D4243;
}
select.registrationDefaultText
{
    background-color: #B58D53;
    border: solid 1px #4D4243;
}
.registerwarningtxt
{
    font-family: Arial;
    font-size: 11px;
    color:#660000;
}