#prodex_form
{
	position: relative;
}

.required
{
	color: #CC0000;
}

input.required
{
	color: #000000;
}

a.small
{
	font-size: 11px;
}

p.login_notification
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 300px;
}
p.reset_password
{
    border: 1px solid #660000;
    background-color: #FEDEDE;
    padding: 24px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 300px;
}

p.form_row
{
	position: relative;
	clear: both;
	min-height: 30px;
}
p.form_links
{
	padding-left: 210px;
}

p.form_row label
{
	display: block;
	width: 188px;
	text-align: right;
	float: left;
	padding-right: 12px;
}

p.form_row.check
{
	margin-left: 200px;
}

span.form_footnote
{
	color: #666666;
	font-size: 11px;
	display: block;
	padding-left: 200px;
	line-height: 140%;
}
span.form_labelfootnote
{
	color: #666666;
	font-size: 11px;
	line-height: 140%;
}

input.formTextbox
{
	width: 200px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}
input.formTextboxPhoneArea
{
	width: 40px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}
input.formTextboxPhonePrefix
{
	width: 40px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}
input.formTextboxPhoneFour
{
	width: 60px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}
textarea.formTextbox
{
	width: 200px;
	height: 50px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}
p.form_row a.btnSubmit
{
	display: block;
	background-image: url(../images/framework/img_tout_generic_btn.png);
	width: 181px;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-left: 200px;
	text-align: center;
	overflow: hidden;
}
p.form_row a.btnSubmit:hover
{
	text-decoration: none;
}

p.form_row label.smalltext
{
	font-size: 12px;
	line-height: 110%;
}
p.form_row span.formRadioBtnList label
{
	float: none;
	width: auto !important;
	display: inline;
}
p.form_row span.formRadioBtnList input
{
	float: none;
	width: auto !important;
}


/* COMMENT FORM */
#commentform div input.input-text
{
	border: 1px solid #333333;
	padding: 2px;
	width: 200px;
	margin-bottom: 8px;
	font-size: 14px;
}
#commentform div textarea
{
	border: 1px solid #333333;
	width: 200px;
	height: 100px;
	padding: 2px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
div#commentError
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFEFEF;
	border: 1px solid #CC0000;
	margin-bottom: 12px;
	padding: 12px;
}

#comments h3
{
	font-size: 16px;
}

#comments ol.commentlist li
{
	border: 1px solid #333333;
	padding: 12px;
	background-color: #EFEFEF;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 12px;
}
#comments ol.commentlist li div.comment-author
{
	margin-bottom: 3px;
}
#comments ol.commentlist li div.comment-author img
{
	float: left;
	padding-right: 10px;
}
#comments ol.commentlist li div.comment-author span.fn
{
	font-size: 18px;
	
}
#comments ol.commentlist li div.comment-meta
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}
#comments ol.commentlist li.comment p
{
	clear: both;
	line-height: 140%;
}

/* SEARCH PRODUCTS FORM */
div#product_search p
{
	position: relative;
	clear: both;
}
div#product_search label
{
	display: block;
	float: left;
	margin-right: 12px;
	width: 100px;
}
div#product_search input.productsearch_box
{
	border: 1px solid #000000;
	font-size: 14px;
	padding: 2px;
	width: 150px;
}
div#product_search select.productsearch_list
{
	border: 1px solid #000000;
	min-width: 150px;
	font-size: 14px;
	padding: 2px;
}
div#product_search input.productsearch_btn
{
	background-image: url(../images/framework/img_header_searchbtn_bg.gif);
	display: block;
	height: 40px;
	width: 86px;
	margin-left: 110px;
}

/* REGISTER MY PRODEX */
span.formCheckboxList
{
	float: left;
	position: relative;
	margin-bottom: 12px;
}
p.form_row span.formCheckboxList input
{
	float: left;
	display: block;
	clear: left;
	margin-top: 4px;
	margin-bottom: 8px;
}
p.form_row span.formCheckboxList label
{
	padding: 0;
	margin: 0;
	text-align: left;
	width: 300px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
