/* CSS Document */
body{
    line-height:1.4;
    background:white;
	min-width:1164px;
	width:100%;
	background:#fff;
}
body,input,textarea,select{
    font-size:14px;
    color:#333;
    font-family:arial;
	resize:none;
}
body,h1,h2,h3,h4,p,ul,ol,dl,dt,dd{
    margin:0;
}
ul,ol{
    padding-left:0; 
    list-style-type:none;
}
table{
	border-collapse: collapse; 
	padding:0;
}
.br{border-radius:5px;}
/*image with no-border*/
a img{border:0;}
img, input, button{border:0;}
.mtop20{
	margin-top:20px;
}
/**Start Float Clear**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/**End Float Clear**/

#content, #footer{
	min-width:1164px;
	margin:0 auto;
}
#footer{
	text-align:center;
}
.btu_style button, .ui-dialog-buttonset button{
	width:124px;
	height:41px;
	float:left;
	font-size:18px;
	font-family:Arial;
	text-align:center;
	line-height:41px;
	color:#fff;
	border-radius: 4px;
	border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btu_style button:hover{
	background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btu_ok{
	background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	margin-right:10px;
}
.btu_ok:hover, .btu_ok:active, .btu_ok.active, .btu_ok.disabled, .btu_ok[disabled]{
    background-color: #51A351;
    color: #FFFFFF;
}
.btu_cancel{
	background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btu_cancel:hover, .btu_cancel:active, .btu_cancel.active, .btu_cancel.disabled, .btu_cancel[disabled] {
    background-color: #BD362F;
    color: #FFFFFF;
}
.btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #F89406;
    color: #FFFFFF;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #999999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.color_red{
	color:red;
}
