@charset "UTF-8";

body{
		margin:0px;
		padding:0px;
		margin-top:0px;
		font-family:Arial, Helvetica, sans-serif;
		background: url('../images/bgbody.png');
		background-repeat:repeat-x;
		background-color:#3b9cc4;
		overflow:hidden;
		
	}
	
	#feedbackform, #feedbackInput{
		margin:0px;
		padding:0px;
	}
	#bottomform{
		width:800px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#backgroundcontainer{
		width:1000px;
		height:495px;
		margin:auto;
		xbackground: url('../images/bg_html_container.png');
	}
	
			
	#addthisbuttons{
		display:none;
	}
		
	.addthis_toolbox .hover_effect{
	    width: 584px;
	    padding: 0px 0 6px 10px;
	    border: 3px solid #eee;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    background-color:#FFF;
	}
	.hover_effect h3{
		font-size:10px;
		display:inline;
	}
	
	.addthis_toolbox .hover_effect div{float: left;	}
	
	.addthis_toolbox .hover_effect a{
	    border: 1px solid #fff;
	    padding: 2px 10px 2px 26px;
	    position: relative;
	    text-decoration: none;
	    font-size:10px;
	    color:#000;
	    
	}

	
	.addthis_toolbox .hover_effect a:hover
	{
	    border: 1px solid #105CB6;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    background: #B4D3F8;
	    color: #105CB6;
	    text-decoration: none;
	}
	
	.addthis_toolbox .hover_effect span
	{
	    position: absolute;
	    width: 16px;
	    height: 16px;
	    top: 2px;
	    left: 1px;
	}
	.at300bs{
	}
	


