/* -------------------------------------------------------------- 
  
   * Filename	:   style.css
   * Version	:   1.0.0 (2008-12-03) YYYY-MM-DD
   * Website	:  	http://www.productivedreams.com
   * Email		:	productivedreams@gmail.com
   * Author		:  	Gopal Raju
   * Description: 	CSS Tutorial
  
  == STRUCTURE: ==================================
   * Page width:            100%
   * Number of columns:     1
  ================================================ 
  
*/

input.button{
width:114px;
height:37px;
border: none;
background: transparent url(images/submit_btn.gif) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}