﻿html{-webkit-font-smoothing:antialiased !important; height:100%}
body{font-family:'Open Sans',sans-serif;background-color:#EAEAEA;font-size:14px;color:#525252;position:relative; height:100%; margin:0 0 0 0;}*,a:focus{outline:none !important}

.input-cred
{
	height:40px;line-height:32px;
	COLOR: #666666;
	background-color: #FFFFFF;  
	border: 1px solid #A2A2A2;
	padding:10px;
	transition: background-color 0.25s;
}

.td-border{border: 1px solid #ccc;}
.inputbox:hover{background-color:#F7F7F7;}
.input-group{background-color:#fff;border-color:#A2A2A2}
.input-group-addon{background:#fff;border-color:#A2A2A2; width:auto}
.grad 
{
  background: -webkit-linear-gradient(#FFF, #f7f7f7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFF, #f7f7f7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFF, #f7f7f7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFF, #f7f7f7); /* Standard syntax */
}
.btn_sub{width:120px; height:30px; background:#FE8301; font-family:'Open Sans',sans-serif; font-size:14px; border:none; color:#ffffff; border:1px solid #FE8301; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition: background 0.3s; transition: background 0.3s;}
.btn_sub:hover{background:#ffffff; color:#FE8301;  border:1px solid #FE8301; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}