/*
-- for "select box" please do it like below
	<div class="container"><select name="Country" class="inpSelect">.....</select></div>
*/
body{ margin:0px; background-color:#f7f6f2; }
h3 { font-size:14px; margin:0px; padding:0px; }
p, h1, h2, h4, h5, h6 , form{ margin:0px; padding:0px; }
a:link { color:#655c3b; font-size:11px; text-decoration:underline;}
a:visited { color:#655c3b; font-size:11px; text-decoration:underline;}
a:hover { color:#66cc66; font-size:11px; text-decoration:underline;}
a:active { color:#655c3b; font-size:11px; text-decoration:underline;}
#headerstyle, #headerstyle td {
	color: #655c3b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#linkstyle, #linkstyle td {
	color: #7f8000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#linkstyle a:link {
	color:#8d8d8d;
	font-size:11px;
	text-decoration:none;
	}
#linkstyle a:visited {
	color:#8d8d8d;
	font-size:11px;
	text-decoration:none;
	}
#linkstyle a:hover {
	color:#989898;
	font-size:11px;
	text-decoration:none;
	}
#linkstyle a:active {
	color:#989898;
	font-size:11px;
	text-decoration:none;
	}
#contentstyle, #contentstyle td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #717171;
	font-size: 11px;
	}
#cartstyle, #cartstyle td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 11px;
	}
#contentstyle2, #contentstyle2 td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 11px;
	}
#footerstyle, #footerstyle td {
	color: #655c3b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.HrColor{
	color: #bebdbb;
	background-color: #bebdbb;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 7px 0px 7px 0px;
	}
.borderit img{
	border: 1px solid #bebdbb;
	margin-top:4px;
	}
.borderit:hover img{
	border: 1px solid #66cc66;
	margin-top:4px;
	}
.borderit:hover{
	color: #66cc66; /* irrelevant definition to overcome IE bug */
	margin-top:4px;
	}
input.typeText, input[type="Text"] {
	background-color: #ffffff;
	border: 1px solid #bebdbb;
	height: 22px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-top:3px;
	}
input.password, input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #bebdbb;
	height: 22px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-top:3px;
	}
input.submit, input[type="submit"] {
	border:thin solid Black;
	}
.buttons { border:thin solid Black;}
select {font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #bebdbb; height: 22px; }

.TextBoxStyle{
	border: 1px solid #bebdbb;
	height: 19px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-top:3px;
	}
textarea {  
	background-color: #ffffff;
	border: 1px solid #bebdbb;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:3px;
	}
hr{
	color: #bebdbb;
	background-color: #bebdbb;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 7px 0px 7px 0px;
	}
.purpleTxt{
	margin: 4px;
	color: #ba00ff;
	}
.HeadFormTxtColor{
	margin: 4px;
	color: #ffffff;
	}
.HeadFormBackground{
	background-color: #bebdbb;
	}
.FormBackground{
	background-color: #f7f6f2;
	}
