.form-error{

color: #a94442;

}

#pivot-table{
	width: 100%;
    min-height: 200px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
}

.form-error-un{

	color: red;

    text-decoration: underline;

    -moz-text-decoration-color: red; 

    text-decoration-color: red;

}


.form-error:hover{

color: #E78585;

text-decoration: none;

}

.placeholder{

    border-style: dashed;

}

h4.shaded-italic{

	padding-top: 50px;

	padding-bottom: 50px;

	padding-right: 10px;

	padding-left: 10px;

	color: #5E5C5C;

	font-style: italic;

	text-align: center;

}

.shaded-italic{

	color: #5E5C5C;

	font-style: italic;

	text-align: center;

}



.list-group-item {

    display: list-item;

}



.center-img {

margin : 0px auto;

}



.overlay{

	position : absolute;

	z-index: 10;

}



#checkMessage li {

    list-style-type: none;

}



#PDConfirmation .modal-dialog{

    width: 400px; /* your width */

}

