body {
  font: 90%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 1.5em;
  width: 700px;
}

.clear {clear: both;}

/* ep */
form {
	/* width: 40em; 
	float: left;
	clear: left;*/
}

/* ep */
.active-page-number {
	color: red;
	font-size: 140%;
	}

/* ep */
fieldset {
  width: 700px;
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background-color:#F5F5F5;
  float: left;
  clear: left;
}

/* ep */
.center {
	text-align: center;;
	}
	
/* ep */
h1 {
	margin: 40px 0;
	}

#contact_submit {
	float: left;
	clear: left;
	}
	
/* ep */
#footer {
	float: left;
	clear: left;
	}

/* ep */
legend {
  font-weight: bold;
}

form p {
  position: relative;
  float: left;
  width: 100%;
  margin: 8px 0 8px 0;
}

/* style for  labels */
label {
  float: left;
  width: 8em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required,
.required {
  font-size: 0.83em;
  color:red;
  font-weight: bold;
}

/* style error messages */
label .feedback {
  position: absolute;
  margin-left: 11em;
  width: 200px;
  left: 200px;
  right: 0;
  font-weight: bold;
  color:#760000;
  padding-left: 18px;
  background: url(../images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  margin-right: 1em;
}

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

#prodQty {
  width: 3em;
}

/* Color form styling */
#productChoices {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

#productChoices h2 {
  width: 10em;
  float: left;
  font-size: 1em;
  font-weight: normal;
}

#productChoices div {
  float: left;
}

#productChoices label {
  float: none;
  display: inline;
}

#productChoices img {
	float: left;
	margin: 0 0 0 135px;
	}
	
#productChoices p {
	float: left;
	}
	
#productChoices p.no_float {
	float: none;
	}
	
#addInfo {
	float: left;
	margin: 40px 0 0 0;
	}
	
#uploadImage {
	float: left;	
}


.distInfoLable, .distInfoLableHide {
	float: left;
	width: 70px;
	text-align: right;
	margin: 0 5px 0 0;
	}
	
.distInfoLable {
	font-weight: bold;
	}
	
.distInfoLableHide {color: #F5F5F5;}

#footer {
	font-size: 100%;
	margin: 20px 0 0 0;
	width: 40em;
	text-align: center;
	}
	
#loginHeader {
	width: 40em;
	}
	
.float-left {
	float: left;
	font-size: 80%;
	font-weight: bold;
	width: 400px;
	}
