/*  
Version: 1.0
Author: TargetScope Inc.
Author URI: http://www.targetscope.com
*/

/*____________________________________________________________
Table styles
____________________________________________________________*/

.tableform {width:50%;}
.tableform td {color:#5A696C;}

.account_table {width:40%;}
.account_table td {color:#383F41;padding-top:10px;}
.account_table td.nopad {color:#383F41;padding-top:0px;}

.account_table td input[type="text"] {background:url(/images/layout/button_gradient.jpg) top left repeat-x;border:1px solid #B6C7CC;margin:0.5em 0.5em 0.5em 0; height:20px;width:186px;}
* html .account_table td input {background:url(/images/layout/button_gradient.jpg) top left repeat-x;border:1px solid #B6C7CC;margin:0.5em 0.5em 0.5em 0; height:20px;width:186px;}

.account_table td.long input[type="text"] {width:382px;}
* html .account_table td.long input {width:382px;}

.account_table td textarea {height:57px;width:382px;background:url(/images/layout/button_gradient.jpg) top left repeat-x;border:1px solid #B6C7CC;}

.account_table td.long textarea {height:92px;}
.account_table td select {width:93px;border:1px solid #B6C7CC;padding:2px;margin-right:7px;font:10px Verdana, Arial, Helvetica, sans-serif;color:#333;height:20px;}
.account_table td.long select {width:188px;}

.account_table td.med input[type="text"] {width:282px;}
* html .account_table td.med input {width:282px;}
.account_table td.med select {width:283px;}
