/*-----------------------------------
    Client: Inspirations Dance
	Modified by: Guy Lillico
	Filename: cmxform.css
-----------------------------------*/



/*-----------------------------------
    GENERAL FORM STYLES
-----------------------------------*/

/*---------------------------------------------   
    forms
----------------------------------------------*/

form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; padding-left: 10px; }

form.form ol { list-style: none; }
form.form-register ol { list-style: none; }

form.form li { margin-bottom: 5px; }
form.form-register li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	position:absolute;
	text-indent: 7px;
	font-size: 1.1em;
}

form.form-register label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	position:absolute;
	text-indent: 7px;
	font-size: 12px;
}

form.form input, form.form select, form.form textarea {
	width: 270px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 200px;
	background: #d7c6d6; 
	border: 1px solid #906e8f;
}

form.form-register input, form.form-register select, form.form-register textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 150px;
	background: #d7c6d6; 
	border: 1px solid #906e8f;
}

form.form-register .small-field {width:10px !important; margin-left:150px !important; padding: 3px;}

form.form input.chkbx { margin-left: 5px; width: auto; background: none; border: none; }
form.form span { color: #000000; position: relative; top: -2px; }
form.form span.align-span { margin-left: 200px; }
form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; margin-left: 218px; }
form.form-register li.button { margin-top: 15px; width:60px;}

form.form li.button input {
	width: 60px;
	border: 0;
	background: #7a6079;
	color: #fff;
	cursor: pointer;
}

form.form-register li.button input {
	width: 60px;
	border: 0;
	background: #7a6079;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}



/*-----------------------------------
    SEARCH FORM
-----------------------------------*/
#search label
{
    display: block;
    float: left;
    width: 100px;
	color: #f6f6f1;
	font-size: 1.1em;
	padding: 6px 0;
}

#search input.field { background: #d7c6d6; border: 1px solid #906e8f; width: 154px; padding: 4px; }

#search input.button {
	padding: 0;
	display: inline;
	float: right;
	width: 28px;
	height: 26px;
	background: url('../images/core/btn-go.gif') no-repeat;
	outline: none;
	border: none;
	text-indent: -999em;
	position: relative;
	top: -26px;
	cursor: pointer;
}
#search input.button:hover {
	background: url('../images/core/btn-go.gif') no-repeat 0 -26px;
}

input.info-button {
	padding: 0;
	width: 96px;
	height: 26px;
	background: url('../images/core/btn-moreinfo.gif') no-repeat;
	outline: none;
	border: none;
	text-indent: -999em;
	margin-top: 17px;
	cursor: pointer;
	display: inline;	
}
input.info-button:hover {
	background: url('../images/core/btn-moreinfo.gif') no-repeat 0 -26px;
}

input.cart-button {
	padding: 0;
	width: 96px;
	height: 26px;
	background: url('../images/core/btn-cart.gif') no-repeat;
	outline: none;
	border: none;
	text-indent: -999em;
	margin-top: 12px;
	margin-bottom: 12px;
	cursor: pointer;	
	display: inline;		
}
input.cart-button:hover {
	background: url('../images/core/btn-cart.gif') no-repeat 0 -26px;
}