﻿/* Contact form style*/
.messBox
{
    width:160px;
    height:100px;
}

.validator
{
	position:absolute;
	width:200px;
}
#feedback
{
    margin-top:40px;
}
#progressImg
{
    margin-left:25px;
    margin-top:40px;
}

#feedbackSent
{
    margin-top:40px;
    font-style:italic;
}

/* End contact form style*/