.noticeLink{
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px dotted #7b2212; 
	cursor: hand;
	cursor: pointer;
}


.but2{
	width: 120px;
}


table{
	width: 100%;
	border: 0;	
}

table .col1{
	width: 150px;
}


table .col2{
	width: 250px;
}


table .col3{
	width: 220px;
}

select{
	margin: 0px;
	background-color: #fcf3ec;
	border: 1px solid #f3dece;
	color: #4e4e4e;		
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	width: 150px;	
}


.promofield{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #BD6F5B;
	color: #4e4e4e;		
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	width: 150px;	
}


.promofieldError{
	margin: 0px;
	background-color: #fff;
	border: 1px solid red;
	color: #4e4e4e;		
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	width: 150px;	
}


.colorField{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #f3dece;
	color: #4e4e4e;		
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	width: 126px;	
}

#divTargetPercentage span{
	font-size: 14px;
	color: #17BF1E;
	font-weight: bold;
}


#divTargetPercentage{
	text-align: center;
}






