/* css :: forms :: surdyks */
/* T R B L */
/****************************************** content containers */
#logIn_box {
	width: 280px;
	padding: 10px 10px 10px 0px;
}
#createNewAccount_box {
	width: 325px;
	padding: 10px 0px 10px 10px;
}
/****************************************** orderForm */
.orderForm {
	padding: 0;
	margin: 0;
}
.orderForm th {
	border-bottom: solid #D3C5AF 1px;
	padding: 6px 6px 6px 12px;
	background-color: #FCFCED;
}

.orderForm td {
	padding: 6px 6px 6px 12px;
}
.orderForm td.botLine {
	border-bottom: solid #D3C5AF 1px;
}
.orderForm td.alt {
	background-color: #FAF7F1;
}

.orderForm .botLine td {
	border-bottom: solid #D3C5AF 1px;
}
.orderForm .alt td{
	background-color: #FAF7F1;
}
/****************************************** orderForm links */
.orderForm a, .orderForm a:link, .orderForm a:visited {
	color: #ca1f57;
	text-decoration: none;
}
.orderForm a:hover {
	text-decoration: underline;
}
.orderForm a:active {
	text-decoration: none;
}
/****************************************** form input :: T R B L */
.formInput {
	font-size: 9px;
	border: solid #D2C6AF 1px;
	background-color: #FFFFFA;
	padding: 2px;
	color: #8F837A;
}
.formWidth-200 {
	width: 200px;
}
.formWidth-150 {
	width: 150px;
}
.formWidth-100 {
	width: 100px;
}
.formWidth-70 {
	width: 70px;
}
.formWidth-40 {
	width: 40px;
}
.formWidthQty-40 {
	width: 40px;
	text-align: center;
}
.formWidth-20 {
	width: 20px;
}
.formWidthQty-20 {
	width: 20px;
	text-align: center;
}


.formBTN {
	border: solid #AC1949 1px;
	background-image: url("/Images/formBTN_bgnd.gif");
	background-repeat: repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF !important;
	padding: 3px 10px 2px 15px;
	cursor: pointer;
	text-align: left;
}
.sm-formBTN {
	height: 20px;
	border: solid #AC1949 1px;
	background-image: url("/Images/formBTN_bgnd.gif");
	background-repeat: repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 3px 2px 2px 15px;
	cursor: pointer;
	text-align: left;
}

.fontSize15
{
	font-size: 15px;
}
