﻿.userMessage 
{
	width: 100%;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	color: #FFCE1F; 
	font-size: 12px;
	text-align: left; 
}
.userMessage ul {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	color: #FFCE1F; 
	font-size: 12px;
}
.userMessage li 
{
	clear: both; 
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFCE1F; 
	display: block; 
	list-style: none;
}

.viewboughtMessage 
{
    width: 652px;
	background-color: #2e2e2c;
	border-top: 1px solid #2e2e2c;
	border-bottom: 1px solid #232422;
	border-left: 1px solid #1b1b1b;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top:-20px;
	font-family: Arial, Verdana, Tahoma;
	color: #FFCE1F; 
	font-size: 12px;
	text-align: left; 
}
.viewboughtMessage ul 
{
    background-color: #2e2e2c;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	color: #FFCE1F; 
	font-size: 12px;
}
.viewboughtMessage li 
{
	clear: both; 
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFCE1F; 
	display: block; 
	list-style: none;
}

a.checkoutfill {
	width: 146px;
	background: url(../images/btn_light_generic_bg.gif) #1f201e top left no-repeat;
	height: 28px;
	line-height: 31px;
	display:inline-block;
	color: #adadb2;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	margin: 0px 0 5px 65px;
	font-size: 12px;
}

a.checkoutfill:hover {
	width: 146px;
	background: url(../images/btn_light_generic_bg.gif) #1f201e bottom left no-repeat;
	height: 28px;
	line-height: 31px;
	display:inline-block;
	color: #41433f;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}

#lblUseDetails
{
    
    margin:0 0 0 170px;
}

div.inputList 
{
	/*border: solid 1px #000000;*/
	margin: 0;
	display: block;
}
div.inputList label
{
    /*border: solid 1px #000000;*/
	width: 100px;
	float: left;
	padding: 2px 0px 0px 0px;
	margin: 0;
	vertical-align: middle;
	height: 25px;
}
div.inputList label.title 
{
    font-weight: bold;
}

div.inputList input
{
    /*border: solid 1px #000000;*/
	width: 30px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0;
	vertical-align: middle;
	height: 20px;
}