@charset "UTF-8";
/* CSS Document */

body{
	background:none;
	}
	
#widget{
	width:300px;
	overflow:hidden;
	}


#widgetform{
	width:280px;
	padding:10px;
	text-align:center;
	margin:5px 0 5px 0;
	}

#widget p
{
	margin: 0 0 1em 0;
}

	
.leftline{
	overflow:hidden;
	width:300px;
	color:#5a5a5a;
	
	}
	
.leftline a{
	color:#0488D3;
	}
	
	
.fieldlabel{
	font-size:17px;
	height:17px;
	font-weight:normal;
	color:#6f7070;
	letter-spacing:-1px;
	overflow:hidden;
	float:left;
	}
	
.selecttextword{
	width:270px;
	height:25px;
	margin-left:0px;
	padding-top:2px;
	padding-left:10px;
	padding-right:2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);  
	border:1px solid #999;
	background-color:#f5f6f7;
	font-size:17px;
	color:#0488d3;
	font-weight:normal;
	text-align:left;
	margin-bottom:15px;
	float:left;
	}
	

.halffield{
	width:250px;
	height:25px;
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .6);  
	border:1px solid #999;
	background-color:#f5f6f7;
	font-size:20px;
	color:#0488d3;
	font-weight:normal;
	text-align:left;
	margin-bottom:10px;
	float:left;
	}
	
	
#btn{
	margin-right:15px;
	margin-top:0px;

	}
	
.error{
	color:#FF0000;
	width:280px;
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.thankyou{
	text-align:center;
	margin-top:30px;
	font-size:26px;
	font-weight:normal;
	
	}
