#shadow{
	display : none;
	position : fixed;
	width : 100%;
	height: 100%;
	top :0;
	left :0;
	background: black;
	opacity : 0.6;
	z-index: 9;
}

#add{
	position: fixed;
	width: 400px;
	top: 50%;
	left: 50%;
	z-index: 10;
	display: none;
	margin-left: -200px;
	margin-top: -100px;
}

.title{
	background: #DD0000;
	color: white;
	line-height: 25px;
	height: 25px;
}
.title span{
	margin-left: 5px;
}
.title img{
	float: right;
	padding: 7px;
}

.boxcont{
	background: white;
	padding: 25px 10px 25px 15px;
	
}
.boxcont > div{
	margin-top: 15px;
	
}
.boxcont > div:FIRST-CHILD {
	margin-top: 0px;
}
.boxcont span{
	display: inline-block;
	min-width: 75px;
	text-align: right;
}
.boxcont input[type='text']{
	width:calc(100% - 77px);
}
.btn{
	text-align:right;
}

#confirm{
	background: #DD0000;
	color: white;
	border: 0px;
	outline-style: none;
	width: 60px;
	height: 24px
	
}
#confirm:hover,#confirm:focus {
	background-color:  #F73500;
	color: #FFF;
}


#cancel{
	background: white;
	color : #434a54;
	border : 1px solid #E6E9ED;
	outline-style: none;
	width: 60px;
	height: 24px;
	margin-left: 10px;
}
#cancel:hover,#cancel:focus {
	background-color:#F5F7FA;
}