form.form table tr td.left{
width:160px;
}
form.text input, input.text{
background-color:#FFFFFF;
border:1px solid #AAA;
border-bottom:2px solid #CCC;
padding:4px;
width:235px;
font-size:14px;
font-family:Verdana;
}
form.text textarea, textarea.text{
background-color:#FFFFFF;
border:1px solid #DDDDB9;
padding:4px;
height:160px;
width:350px;
font-size:14px;
font-family:Verdana;
}
select{
background-color:#FFFFFF;
border:1px solid #DDDDB9;
}
textarea.wysiwyg{
height:400px;
width:335px;
}
.info{
	font-family:verdana;
}
form.form input.sub_btn{
width:94px;
height:29px;
display:block;
background:#CCC url(/asset/image/btn_proceed.gif) no-repeat;
border:0px;
color:transparent;
}

.info tr td{
	/*padding:3px 0px;*/
}
.edit input.text{
	font-size:14px;
	font-family:verdana;
}
.edit tr td{
	padding:0px;
}


/* custom form pimp ups */
form#form_user_signup {
width:447px;
height:283px;
margin:10px auto;
padding:76px 0px 0px 14px;
background:#FFF url(/asset/image/form_user_signup.gif) no-repeat;
}
form#form_user_signup tr td{
padding:3px;
}
form#form_user_login {
width:447px;
height:159px;
margin:10px auto;
padding:86px 0px 0px 14px;
background:#FFF url(/asset/image/form_user_login.gif) no-repeat;
}
form#form_user_login tr td{
padding:3px;
}

form#form_user_edit_me {
width:447px;
height:274px;
margin:10px auto;
padding:76px 0px 0px 14px;
background:#FFF url(/asset/image/form_user_edit_me.gif) no-repeat;
}
form#form_user_edit_me tr td{
padding:3px;
}
form#form_user_edit_contact {
width:522px;
height:286px;
margin:10px auto;
padding:76px 0px 0px 14px;
background:#FFF url(/asset/image/form_user_edit_contact.gif) no-repeat;
}
form#form_user_edit_contact tr td{
padding:2px;
}
form#form_user_edit_contact tr td textarea.text{
width:260px;
height:100px;
}
form#form_user_edit_contact tr td select{
width:270px;
}
form#form_user_edit_other {
width:447px;
height:283px;
margin:10px auto;
padding:76px 0px 0px 14px;
background:#FFF url(/asset/image/form_user_edit_other.gif) no-repeat;
}
form#form_user_edit_other table{width:420px;}
form#form_user_edit_other tr td{
padding:0px;
margin:0px;
}
form#form_user_edit_other tr td textarea.text{
width:310px;
height:200px;
}
form#gossip_question_add {
width:470px;
height:280px;
margin:10px auto;
padding:50px 0px 0px 14px;
background:#FFF url(/asset/image/form_gossip_question_add.gif) no-repeat;
}
form#gossip_question_add tr td textarea.text{
width:260px;
height:74px;
}

