﻿#NewUserForm ul 
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
#NewUserForm li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
#NewUserForm ul li label
{
	width:200px;
}
#NewUserForm ul li span
{
	width:200px;
}
#NewUserForm ul li input
{
	width:200px;
}



.PaymentTypeSelectorContainer
{
	font-size: larger;
	/*background-color: Red;*/
}

.PaymentTypeSelectorContainer span input
{
	margin-right: 1px;
	margin-left: 10px;
	/*background-color: blue;*/
	text-align: left;
	clear: both;
}
.PaymentTypeSelectorContainer span label
{
	/*background-color: green;*/
	text-align: left;
	clear: both;
	margin-right: 20px;	
}


.tooltip
{
	display: none;
	font-size: 12px;
	padding: 15px;
	color: black;
	width: 250px;
	background-color: white;
	border: 2px solid #000;
	z-index: 10;
}
.tooltip-tl
{
	cursor: help;
}
.orderstatushover
{
	text-decoration:underline;
	cursor: help;
}
