﻿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;}
.input-cred:hover{background-color:#F7F7F7;}
.input-group{background-color:#fff;border-color:#A2A2A2}
.input-group-addon{background:#fff;border-color:#A2A2A2; width:auto}
.inputbox
{
	height:30px; line-height:30px; width:280px;
	COLOR: #666666;
	background-color: #FFFFFF;  
	border: 1px solid #A2A2A2;
	padding:5px;
	transition: background-color 0.25s;
}
.inputbox:hover{background-color:#F7F7F7;}
.pg-heading
{
	width:1346px; height:32px;
	background-color:#CCC;
	border-bottom: 1px solid #ccc;
}
.pg-heading span{float:left; padding-left:20px;font-size:14px; font-weight:bold; color:#525252 }
.field_lable{float:right; padding-right:40px; font-size:13px; color:#2D3D49;}
.ddl-control
{
	width:280px;
	cursor:pointer;
	border-radius: 3px;
	border: 1px solid #A2A2A2;
	padding:6px;
	COLOR: #666666;
	transition: background-color 0.25s;
}
.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;}
.btn_can{width:100px; height:30px; background:#ffffff; font-family:'Open Sans',sans-serif; font-size:14px; border:none; color:#767676;border:1px solid #D0D0D0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition: background 0.3s; transition: background 0.3s;}
.btn_can:hover{background:#F7F7F7; color:#3D3D3D;  border:1px solid #AEAEAE; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}
.btn_reg{width:350px; height:30px; background:#4682b4; font-family:'Open Sans',sans-serif; font-size:14px; border:none; color:#fff; border:1px solid #D0D0D0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition: background 0.3s; transition: background 0.3s;}
.btn_reg:hover{background:#F7F7F7; color:#ff3300;  border:1px solid #ff3300; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}