/*
}
form input[type=text]{
 width:136px; height:13px; border:1px solid #bdbdbd; background:#363636; display:inline; font:11px Tahoma; color:#bebebe; padding:2px; margin-right:80px; 
}
form input[type=submit]{
width:86px; height:23px; background:url(../img/subscribe_btn.jpg) no-repeat; border:none; display:inline; font:bold 12px Tahoma; color:#fff;  margin-right:102px; 
}*/
form{
margin-top:-15px; float:left;
}
form input[type="text"]{/*this is for cross browsers*/ 
width:136px; height:13px; border:1px solid #bdbdbd; background:#363636; display:inline; font:11px Tahoma; color:#bebebe; padding:2px; margin-right:80px;  margin-top:3px;
}
form input[type="submit"] {
width:86px; height:23px; background:url(../img/subscribe_btn.jpg) no-repeat; border:none; display:inline; font:bold 12px Tahoma; color:#fff;  margin-right:102px;  margin-top:2px;

}

*html form input{/*this is for IE/WIN only*/ 
width:136px(this.type=="button"?'136px':''); 
height:13px;
border:1px solid #bdbdbd; 
background:#363636; 
display:inline; font:11px Tahoma; 
color:#bebebe; 
padding:2px; 
margin-right:80px;
}
*html form input[type="submit"] {/*this is for IE/WIN only*/ 
width:(this.type=="button"?'86px':'');
height:23px; background:(this.type=="button"?'url(../img/subscribe_btn.jpg) no-repeat':''); border:none; display:inline;
}