/* Minification failed. Returning unminified contents.
(7,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*----------------------------  Lato_NotUsed fix for Chrome   --------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    {
        font-weight: 400;

    }
}

.InstructionHeader
{
	font-size:13px;
	color:#9f0005;
}

.Instructions_td1
{
	width:10%;
}
.Instructions_td2
{
	width:5%;
	vertical-align:top;
}
.Instructions_td3
{
	width:75%;
}
.Instructions_td23
{
	width:80%;
}
.Instructions_td4
{
	width:10%;
}
.InsturctionsTableClass
{
	background-color:#f1f1f1;
}
.InsturctionsStepClass
{
	color: #2d2d2d;
	font-size:13px;
}

/* Chris added the following styles 6-22-2016 */
:-ms-input-placeholder {
    color: #bbbbbb !important;
}
/* ie */
::-webkit-input-placeholder {
    color: #bbbbbb !important;
}

::-moz-placeholder {
    color: #bbbbbb !important;
}
/* firefox 19+ */
input:-moz-placeholder {
    color: #bbbbbb !important;
}



/*Start Override PlaceHolder Text*/
textarea::-webkit-input-placeholder {
    color: #9c9c9c !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #9c9c9c !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #9c9c9c !important;
}

textarea:-ms-input-placeholder {
    color: #9c9c9c !important;
}

input::-webkit-input-placeholder {
    color: #9c9c9c !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #9c9c9c !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #9c9c9c !important;
}

input:-ms-input-placeholder {
    color: #9c9c9c !important;
}
/*Stop Override PlaceHolder Text*/

/* END - Chris added the following styles 6-22-2016 */

