@charset "utf-8";
/************************************************************
Forms CSS for JUST SHOP
Author: Ben Smithett
Created: 12/3/09
************************************************************/

/* Form wrapper
--------------------------------*/
.form_wrapper {
	width:520px;
	margin-top: 30px;
}

.pre-form-content {
	margin:0 auto 25px auto;
	width:520px;
	text-align:left;
}

.entry-form h2 {
	margin-top:10px;
}



/* Basic form elements
--------------------------------*/
form {
	margin: 0;
	color: #333;
}

form fieldset {
	margin: 0px;
	border:none;
}

form legend {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #333;
	font-size:130%;
	margin:0px;
	*margin-left: -7px; /* IE 6 & 7 */
	text-transform:uppercase;
}

form label {
	display: inline-block;
	/*line-height: 1.2;*/
	width:180px;
	vertical-align:top;
	/*padding-top:5px;*/
	color: #333;
}

form fieldset ul {
	margin: 0px;
	padding: 0px;
	text-align:left;
	list-style: none;
}

form fieldset li {
	padding: 7px 0px 7px;
	margin: 0px;
	border-bottom: 1px solid #c2c8d3;
}

form fieldset li.last {
	border-bottom:none;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}


/* Basic form elements
--------------------------------*/
.text_area {
	width:270px;
	height:100px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #A7A7A7;
	background:#fff  url(/images/forms/text_input_bg.gif) repeat-x bottom left; 
	padding:0.5em 0 0 0.5em;
}

.text_input {
	width:270px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #A7A7A7;
	background:#fff  url(/images/forms/text_input_bg.gif) repeat-x bottom left; 
	padding:0.5em 0 0.5em 0.5em;
}

.valign_top {
	vertical-align:top;
	padding-top:5px;
}

.buttons {
	/*width:462px;*/
	text-align:right;
	padding:15px 50px 10px 0px;
}

.entry_button {
	width:520;
}

.submit_button {
	margin:0px;
}

label.error {
	color:#FF0000;
	font-size:80%;
	width:150px;
}

.multiple_fields label.error {
	display:inline;
	width:auto;
	position:relative;
}

label .disclaimer {
	margin:0;
	padding:0;
	font-size:70%;
	color:#999;
}

.address1 {
	margin-bottom:0px;
	border-bottom-style:dashed;
	background:#FFFFFF;
}

.address2 {
	margin-top:0px;
	border-top:none;
}

.postcode {
	width:45px;
}

.phone {
	width:100px;
}

label.radio {
	font-style:italic;
	width:auto;
	padding-right:15px;
	padding-top:0px;
}

.radio {
	vertical-align:middle;
}

.blur {
	color:#999;
}

.hidden {
	display:none;
}

