form {
	display:inline;
	margin: 0px;
	padding:0px;
	}

label
{
	line-height: 17px;
	display: inline;
  	cursor: pointer;
}

label.required {
	padding-left: 17px; 
	background-image: url(/assets/images/forms/required.gif); 
	background-repeat: no-repeat; 
	background-position: 0px; 
}

label.error
{
  	padding-left: 17px;
	background-image: url(/assets/images/forms/caution.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

label.completed
{
	padding-left: 17px;
	background-image: url(/assets/images/forms/complete.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

.error{
	color: red;
	font-weight: bold;
}
.white{
	color: #fff;
	font-weight: bold;
}

.textfield300
{
	width: 290px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 4px;
}

.articleSearchField
{
	width: 132px;
	border-color: #CCC #CCC #FFF #FFF;
	border-width: 1px;
	border-style: inset;
	padding: 3px;
	background-color: #f5e7bc;
}

.vgmSearchField
{
	width: 132px;
	font-weight: bold;
	border-color: #CCC #CCC #FFF #FFF;
	border-width: 1px;
	border-style: inset;
	padding: 3px;
	background-color: #c8b1d0;
}

.textarea300
{
	width: 300px;
	height: 200px;
	/* commented backslash hack v2 Mac MSIE \*/
	line-height: 15px;
	border:0;
	background: transparent url(/assets/images/forms/textarea_300.gif) no-repeat;
	padding: 3px 0px 0 3px;
	width: 297px;
	height: 197px;
	/* end hack */
}

.textfield140
{
	width: 136px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}
.textfield100p
{
	width: 100%;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}

.textfield150
{
	width: 179px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}
.textfield460
{
	width: 456px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}

.textfield15
{
	width: 13px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}
.textarea460
{
	width: 456px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
	height: 96px;
}
.textareaMCE
{
	width: 456px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
	height: 305px;
}

.textarea90
{
	width: 90%;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
	height: 96px;
}

.textarea
{
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}

.textfield220
{
	width: 216px;
	border-color: black black grey grey;
	border-width: 1px;
	border-style: inset;
	padding: 2px;
}
.submit
{
	color: #000;
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
	background: transparent url(/assets/images/forms/button.gif) no-repeat;
	border: solid 0 #fff;
	width: 130px;
	height: 20px;
}

.emailButton
{
	color: #000;
	text-align: center;
	border: solid 0 #fff;
	padding: 0px;
	width: 130px;
	height: 19px;
	vertical-align: middle;
	background-image: url(/assets/images/forms/button_email.gif);
	background-repeat: no-repeat;
	/*background-position: 0 3px;*/
	background-color: transparent;
}

.button240
{
	color: #000;
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
	background: transparent url(/assets/images/forms/buttonWide.gif) no-repeat;
	border: solid 0 #fff;
	width: 240px;
	height: 20px;
}

.submitCart
{
	color: #000;
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
	background: transparent url(/assets/images/forms/button_add_to_cart.gif) no-repeat;
	border: solid 0 #fff;
	width: 80px;
	height: 20px;
}

.articleSearchButton
{
	color: #000;
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
	background: transparent url(/assets/images/forms/button_articles.gif) no-repeat;
	border: solid 0 #fff;
	width: 130px;
	height: 20px;
}

.vgmSearchButton
{
	color: #000;
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
	background: transparent url(/assets/images/forms/button_vgm.gif) no-repeat;
	border: solid 0 #fff;
	width: 130px;
	height: 20px;
}

.radio
{
	margin: -0 5px -3px 5px;
}

select
{
	height: 16px;
	line-height: 16px;
	border-color: black black #C7C7C7 #C7C7C7;
	border-width: 1px 0 1px 1px;
	border-style: inset;
	padding: 0 0 0 4px;
	margin: 0 0 4px 0;
}
.select220
{
	width: 220px;
}


option
{
	line-height: 20px;
	padding: 4px 0 4px 4px;
	vertical-align: middle;
}


.articleChooser{width: 100%;}

.go
{
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	background: transparent url(/assets/images/forms/button_go.gif) no-repeat;
	border: solid 0 #fff;
	width: 40px;
	height: 20px;
}


.icon
{
	padding: 1px;
	margin: 0;
	border-color: grey grey black black;
	border-width: 1px;
	border-style: outset;
}



/* input, textarea { */
/* } */
/* input:focus, textarea:focus { */
/* } */

