/*Online Support form*/
.home-form { width:700px; height:auto; float:left; }
.home-form label { width:150px; height:auto; float:left; font:13px 'Open Sans', sans-serif;  color:#fff; display:inline-block; margin-bottom:2px; }
.home-form .input { width:243px; background:#fff; border:1px solid #ccc; font:13px 'Open Sans', sans-serif; padding:3px; margin-bottom:5px; margin-left:04px; }
.home-form .textarea { width:243px; height:80px; background:#fff; border:1px solid #ccc; font:13px 'Open Sans', sans-serif;  padding:3px;margin-left:04px; resize:none;}
.home-form .indent { padding-left:120px; padding-top:05px;  }
.home-form .submitbutton { width:100px; height:30px; border:none;margin-top:10px; margin-left:32px;}

.home-form small { float:left; font:13px 'Open Sans', sans-serif;  color:#000; display:inline-block; margin-bottom:2px; }
/*Online Support form Ends*/

.span_date
{
	color:#f00; width:250px; float:right; padding-top:05px; margin-right:35px; text-align:left; font:13px 'Open Sans', sans-serif;
	
}

.select {
	display:block;
	float:left;
	width:80px;
	border:1px solid #ccc;
	padding:3px;
	margin-left:05px;
	font:13px 'Open Sans', sans-serif; 
	color:#626262;
	}

.select1 {
	display:block;
	float:left;
	width:250px;
	border:1px solid #ccc;
	padding:3px;
	margin-left:05px;
	font:13px 'Open Sans', sans-serif; 
	color:#626262;
	}
	
.button
{
border: none;
outline: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
display: block;
cursor: pointer;
margin: 05px 0px 0px 35px;
clear: both;
float:left;
padding: 5px 10px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
background: #4797ED;
width:90px;
}
	
