﻿.accountRow
{
	width: 320px;
	height: 30px;
	float: left;
	clear: both;
	line-height: 30px;
}

.accountRowsContainer
{
	float: left;
	margin: 15px auto 0 190px;
	padding-bottom: 100px;
	width: 320px;
}
.accountRow .text1
{
	width: 140px;
	font-size: 11px;
	color: Black;
	font-family: Arial;
	float: left;
}
.accountRow .text2
{
	font-weight: bold;
	color: #4A4949;
	float: left;
	font-family: Arial;
	font-size: 11px;
	text-indent: 2px;
}

.ddlContainer
{
	float: left;
}
.accountRow .inputCart2
{
	float: left;
}

.radios
{
	float: left;
	width: 169px;
	margin-top: 5px;
}
.radios span
{
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	margin-right: 17px;
}
.radios input
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.accountRow .btn
{
	float: left;
}
.accountRow .btn1
{
	float: right;
}
.accountBasket
{
	color: #CB0000;
	margin-bottom: 10px;
}

