 .fi-wrapper
 {
	border:solid 1px #96c1f6;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#e9f1fb;
	width:200px;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
 }
 .fi-close-button
 {
	display:block;
	height:10px;
	width:10px;
	background-image:url(cross.png);
	text-decoration:none;
	margin-right:5px;
	margin-top:6px;
	background-repeat:no-repeat;
	float:right;
	border:none;
 }
.fi-close-button:hover
{
	text-decoration:none;
} 
 .fi-contactnow
 {
	clear:both;
 }
 .fi-message
 {
	width:98%;
	height:50px;
	margin:5px 0px;
	border:solid 1px #bdd9fd;
	resize:vertical;
 }
 .fi-label
 {
	font-family:Arial;
	font-size:11px;
	display:block;
	margin-bottom:4px;
 }
 .fi-label input{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
	margin-right:7px;
    top: -1px;
    *overflow: hidden;
}
 .fi-submit-class{
	 width:90px;
	 height:30px;
	 background-image:url(send.png);
	 border:0px;
	 background-repeat:no-repeat;
	 background-color:transparent;
	 margin-left:21px;
	 }
.fi-heading-text{
	color: #036;
	font-weight: bold;
	margin-left: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family:Arial;
	display: block;
	font-size:13px;
}
.fi-error
{
	color:red;
	font-family:Arial;
	font-size:11px;
	display:block;
}
.fi-error ul li
{	
	margin-bottom:5px;
	margin-left:18px;
}