﻿.MyWrapper
{
	list-style:none;
	background:url(../../Images/Authorize.png) no-repeat;
	color:White;
}

.MyWrapper li
{
	float:left;
	clear:left;
	margin:0;
	padding:0 0 12px;
    height: 30px;
}

.MyWrapper li.liright
{
	float:right;
	clear:none;
	width:407px;
}

.MyWrapper li.licombo
{
	width:230px; /*IE7*/
}

.MyWrapper li.libuttons
{
	float:none;
	width:437px;
	padding-top:9px;
	text-align:right;
    height: 42px;
}

.MyWrapper li.libuttons input,
.MyWrapper li.libuttons a
{
	margin-left:5px;
}

ul.MyWrapper .MyLabel
{
	float:left;
	width:100px;
	margin:0 4px 0 0;
	color:#000;
}

.MyWrapper li.liright .MyLabel
{
	float:none;
	display:block;
	line-height:23px;
}

.MyWrapper .RadComboBox
{
	display:block !important; /*IE8*/
	float:left;
}

