/******************************
*
* Toshiba Tec css
*
****************************/


/* Contacts List H2 */
#holder #contents-holder #contents h2.call { font-size:16px; margin:0 0 15px 15px; padding:9px 0 0 6px; border:none; line-height:1; color:#5b5b5b;}
#holder #contents-holder #contents h2.call img{ vertical-align:middle; margin:0 5px 0 0; padding:0; }

/* Lists > Definition > Notice */
#holder #contents-holder #contents #notice { margin:8px 10px 12px 15px; padding:0; border:1px solid #ccc; background:#d8eaf7; }
#holder #contents-holder #contents #notice dt{ padding:9px; background:#3e8ec4; color:#fff; line-height:1; text-align:center;}
#holder #contents-holder #contents #notice dd{ padding:9px; color:#666; }

/* Table > Contacts List table */
#holder #contents-holder #contents table.contacts { border:none; }
#holder #contents-holder #contents table.contacts thead td { font-size:10px; text-align:center;}
#holder #contents-holder #contents table.contacts tbody th { text-align:left; font-weight:normal; }
#holder #contents-holder #contents table.contacts tbody td { text-align:center; }
#holder #contents-holder #contents table.contacts thead td,
#holder #contents-holder #contents table.contacts tbody th,
#holder #contents-holder #contents table.contacts tbody td{ background:url(images/border-dash.gif) 0 bottom repeat-x; vertical-align:middle; border:none;}


/* Table > Form table */
#holder #contents-holder #contents table.form { }
#holder #contents-holder #contents table.form th { text-align:left; }
#holder #contents-holder #contents table.form textarea { width:400px; }

/* Form > Indicates emphasis */
#holder #contents-holder #contents table.form em,
#holder #contents-holder #contents form em,
#holder #contents-holder #contents em.require { color:#f00; text-decoration:none; font-size:0.8em; font-style:normal; font-weight:normal;}

/* Form > Fieldset */
#holder #contents-holder #contents form fieldset { border:1px solid #3e8ec4; margin:8px 10px 12px 15px; padding:10px; }
#holder #contents-holder #contents form fieldset table.form { margin-left:0; margin-right:0;}
#holder #contents-holder #contents form fieldset legend { background:#fff; margin:0 10px; padding:0 5px; color:#4280a7; font-weight:bold; }
#holder #contents-holder #contents form fieldset textarea { width:640px; }
#holder #contents-holder #contents form label { white-space:nowrap; }


/* Form > Error Message */
.error-message {color : red;}