/* below line is used for online google font */
@import url(http://fonts.googleapis.com/css?family=Raleway);
/*YELLOW CASHBACK BUTTON ALSO */



 
div.main{
 width: 300px;
 padding: 10px 50px 10px;
 border: 2px solid gray;
 border-radius: 10px;
 font-family: raleway;
 float:left;
 margin-top:60px;
}
 
/*input[type=text]{
 width: 100%;
 height: 40px;
 padding: 5px;
 margin-bottom: 25px;
 margin-top: 5px;
 border: 2px solid #ccc;
 color: #4f4f4f;
 font-size: 16px;
 border-radius: 5px;
}*/
 
label{
 color: #464646;
 text-shadow: 0 1px 0 #fff;
 font-size: 14px;
 font-weight: bold;
}
#btn_id,#btn_name,#btn_class,#btn_tag{
 font-size: 16px;
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 width: 100% !important;
 border-radius: 5px;
 margin-bottom:10px;
 padding: 7px 0;
}

#btn_id:hover,#btn_name:hover,#btn_class:hover,#btn_tag:hover{
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}

#btn_name,#btn_tag{
 margin-left: 10px;
}

/* -------------------------------------
    CSS for sidebar (optional) 
---------------------------------------- */
.fugo{
	float:right;
}

