@charset "UTF-8";
/* CSS Document */

.caption {
	font-size: 12px;
	font-weight: bold;
}
select {
	height: 20px;
	border: 1px solid #BFD0D7;
	color: #333333;
}
.ProductName {
	font-size: 12px;
	font-weight: bold;
	color: #7C9DAC;
}
.CategoryName {
	font-size: 16px;
	font-weight: bold;
	color: #7C9DAC;
}
input {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#signIn .CartLoginWrap .LoginBox input {
	
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	height: 15px;
	font-size: 10px;
}
#signIn .CartLoginWrap .LoginBox #signInButton, .noBorder, #subscribe_submit {
	height: auto !important;
	margin:0px !important;
	border:none !important;
}
