/* Reset Tags ------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }
:focus { outline: 0; }
html, body { height: 100%; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; } 
blockquote, q { quotes: "" ""; }
/* Align Tags ------------------------------------------------------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.alignleft { text-align: left !important; }
.aligncenter { text-align: center !important; }
.alignright	{ text-align: right !important; }
.left { float: left; }
.right { float: right; }
.clear { display: block; clear: both; height: 1px; }
/* General Tags ------------------------------------------------------*/
img, a img { border: none; }
a { text-decoration: none; cursor: pointer; color: #666; }
a:hover, a.active { color: #333; }
a.button_grey, input.button_grey { display: block; padding: 5px 10px 5px 10px; font: bold 11px 'Lucidia Grande', sans-serif; color: #fff; background: #333 url('../images/buttons/button_grey.gif') top left; border: 1px solid #333; cursor: pointer; cursor: hand; }
a.button_grey:hover, input.button_grey:hover { text-decoration: underline; background: #000;}
p { padding-bottom: 10px; font-size: 13px; line-height: 20px; color: #666; }
em { font-style: italic; } 
strong { font-weight: bold; } 
<u> { text-decoration: underline; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
del { text-decoration: line-through; }
.column { width: 42%; }
div.colleft, form.colleft { margin-left: 20px; padding-left: 20px; border-left: 1px solid #ccc; }
div.colright, form.colright { margin-right: 20px; padding-right: 20px; border-right: 1px solid #ccc; }
/* Form / General Tags ------------------------------------------------------*/
/*
.error { position: relative; width: 100%; background: #bd1c4d; color: #fff; padding-bottom: 10px; font-style: italic; color: #ff0000; }
.error h2 { padding: 10px 0 0 10px; font-size: 14px; font-style: normal; font-weight: bold; color: #fff; width: 100%; }
.error ul { margin: 0 0 0 15px; display: block; } 
.error ul li { padding: 0; margin: 0; color: #fff; }
.error ul li ul li { list-style: circle;  }
.errorsingle { color: #990000; font-style: italic; }
*/
a.special { font-style: italic; color: #bd1c4d !important; }
a.special:hover { text-decoration: underline !important; }
fieldset { display: block; }
fieldset legend { margin: 0 0 0 -8px; padding-top: 10px; text-align: left; font-size: 20px; color: #464749; }
label { display: block; padding-top: 10px; font-size: 13px; font-weight: normal; color: #464749; } 
label.first { padding-right: 20px; }
input, textarea, select { display: block; background: #fff url('../images/bg_field.gif') repeat-x top left; border: 1px solid #dbdbdb; padding: 5px 3px; color: #666; font-size: 14px; font-weight: normal; }
textarea { width: 400px; }
label.nom input { width: 200px; }
label.textmid textarea { height: 250px; }
label.textlong textarea { width: 290px !important; height: 250px; }
input.submit { margin: 10px 0 0 0; cursor: pointer; cursor: hand; }
.full { width: 100%; }
/* Form / Login  Tags ------------------------------------------------------*/
.formlogin label { float: left; display: block; padding: 10px 15px 0 0; font: bold 13px Lucidia Grande, sans-serif; color: #fff; } 
.formlogin label.submit { padding-top: 23px; }
/* Form / Input / Phone Tags ------------------------------------------------------*/
.phone input.phone_one { float: left; margin-right: 10px; width: 30px; }
.phone input.phone_two { float: left; margin-right: 10px; width: 30px; }
.phone input.phone_three { float: left; width: 40px; }
/* Form / Input / General Tags ------------------------------------------------------*/
label.addressmail input { width: 250px; }
label.addressmail .errorlist { padding-top: 5px; font-style: italic !important; color: red; }
label.password input { width: 130px; }
label.accountnum input { width: 100px; }
label.subject input { width: 350px; }
/* Form / Input / Locale Tags ------------------------------------------------------*/
.locale label { float: left; }
.locale input.city { margin-right: 10px; width: 140px; }
.locale input.state { margin-right: 10px; width: 25px; }
.locale input.zip { width: 50px; }
/* Form / Input / Radio Tags ------------------------------------------------------*/
div.radio { width: 275px; margin: 0 0 20px 0; } 
div.radio input { clear: both; float: left; width: auto; margin: -2px 10px 0 0; background: transparent; } 
div.radio label { width: 225px; font: bold 15px "Lucidia Grande", sans-serif; } 
p.submit { clear: both; margin-top: 10px; }
