
/*
  pages_onlineshop.css
  Version: 1
  Author: M Baynger
  Description: Styles for SHOP page
*/

fieldset
{
	margin: 1em 0;
	padding-left: 2em;
	padding-right: 2em;
	border: none; /* 1px solid #DDDDDD; */
	background: #EAEAF4;
}


legend
{
	font-weight: bold;
}

label
{
	display: block;	
	float: left; 
	width: 12em;
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 4px;
	text-align: right;
}

input[type='text']
{
	width: 300px;
}

#bl_captcha input[type='text']
{
	width: 100px;
}


textarea
{
	width: 300px;
	height: 100px;
}

/*input.radio, input.checkbox
{
	width: auto;
}
*/

#coverselection
{
	margin-left: 12em;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #AAAAAA;
	width: 300px;
}

#coverselection p
{
	padding-top: 3px;
}

#coverselection input.radio
{
	float: left;
	margin-right: 0px;
}


input:focus, textarea:focus
{
	background: #ffc;
}


input[type='text'], textarea
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 4px;
	margin-bottom: 4px;
}

.required
{
	color: #993333;
}

.clear
{
	clear: both;
}


#submitSection a
{
	position: absolute;
	width: 100px;
	height: 20px;
	display: block;
	margin-left: 12em;
	background: #DDDDEE;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	text-decoration: none;
	padding: 4px;
}

#bl_captcha
{
  display: block;  
  position: relative;
  top: 8px;
  left: 130px;
  width: 400px;  
  height: 30px;

}

#spec_order_captcha_image
{
  display: block;   
  position: absolute;
  left: 0px;  
  top: 0px;
  width: 50px;
  height: 20px;

}

#spec_order_captcha_input
{
  display: block;   
  position: absolute;
  left: 140px;  
  top: -5px;

}

#spec_order_captcha_prompt
{
  display: block;   
  position: absolute;
  left: 0px;  
  top: 25px;
  width: 300px;
  height: 20px;
  margin-bottom: 10px;
  border: solid 2px #FF0;  
}

#specialOrderFeedback_Container
{
  display: block;   
  position: relative;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 40px;  
  border: none;  /*solid 1px #F00;  */
}


#specialOrderFeedback
{
	position: absolute;
	top: 0px;
	left: 40px;
	width: 500px;
	height: 35px;
	margin: 0px auto;
	padding: 4px;
	font-size: 11px;
  font-family: Verdana;
  font-weight: normal;
  letter-spacing:.01em;	
}


.feedbackClear
{
	border: 1px none;
	background: none;
}

.feedbackMessage
{
	border: 1px solid #99F;
	background: #FFFF99;
}

.feedbackWarning
{
	border: 2px solid #900;
	background: #FFFF99;
}
