/********** Form Elements **********/
label {
	font-size: medium;
	font-weight: bold;
	line-height: normal;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	background: #fff url("../images/inputTile.gif") repeat-x 0 0;
	/*background-color:#fef3f3;*/
	border:1px solid #afafaf;
	color:#000;
	height:20px;
}
textarea,
select {
	background: #fff url("../images/inputTile.gif") repeat-x 0 0;
	/*background-color:#fef3f3;*/
	border:1px solid #afafaf;
	color:#000;
	margin-bottom: 20px;
}
div.formRow {
	/*background-color:#eee;*/
	/*border:1px dashed #000;*/
	width:450px;
}
div.fieldContainer {
	/*background-color:#ccc;*/
	/*border:1px solid #000;*/
	float:left;
	margin-right:8px;
	margin-bottom: 20px;
}

/********** Form Buttons **********/
#buttonBlock {
	margin:0 0 0 0;
	padding:0;
}
/*#buttonBlock .submit {
	display:block;
	background: #fff url("btn_submit.gif") no-repeat 0 0;
	width:106px;
	height:46px;
	border:none;
}
#buttonBlock .submit:hover {
	background-position: 0 -46px;
}*/
/*#buttonBlock .addtocart {
	display:block;
	background: #fff url("../images/btn_addtocart.gif") no-repeat 0 0;
	width:165px;
	height:46px;
	border:none;
}
#buttonBlock .addtocart:hover {
	background-position: 0 -46px;
}
#buttonBlock .viewinstore {
	display:block;
	background: #fff url("../images/btn_viewinstore.gif") no-repeat 0 0;
	width:165px;
	height:46px;
	border:none;
}
#buttonBlock .viewinstore:hover {
	background-position: 0 -46px;
}
#buttonBlock span {display:none;}*/

