@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper{
	margin:0 auto;
	width:620px;

}
#inner{
padding:0;
margin:0;
	background-color:#CCCCCC;
}
#logo{
	padding:10px;
}
#logo img{
	float:left;
}
#askquestion{
	float: right;

}
p{
padding:10px;
}
form {
	padding:10px;
	margin:0;
	width: 600px;
}
label{
	margin:0px;
	clear: both;
	width: auto;
	padding: 0;
}
input{
	padding:0;
	margin:0;
	width: 580px;
	border:none;
	height:30px;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
}
#input{
	background-image:url(../images/inputtext.gif);
	background-repeat:no-repeat;
	padding: 3px 5px 5px 8px;
	height:33px;
}
#input input{
line-height:24px;
font-size:18px;
}
#textarea{
	background-image:url(../images/textarea.gif);
	background-repeat:no-repeat;
	padding: 5px;
	height:63px;
	}
textarea{
	padding:0;
	margin:0;
	width: 560px;
	height: 55px;
	border:none;
	overflow: hidden;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;

}
#gadgetselect{
text-align:center;
}
#gadgetselect select{
	width:45%;
	margin: 2%;
	line-height:24px;
	font-size:18px;
}
.Sbutton{
	width:600px;
	border:none;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	height:40px;
	font-weight: bold;
	background-color: #CCCCCC;
}
#catcher{
	height:30px;
	width:120px;
	border:none;
	padding:0px;
	float:left;
	vertical-align:top;
	background:none;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 0 0;
	line-height: 24pt;
}
#spam{
clear:both;
width:600px;
display:block;

}
#spamc{
background-image:url(../images/catcher.gif);
background-repeat:no-repeat;
height:50px;
}
#spam label{
	font-size:12px;
	width: 600px;
	display: block;
}
#spam img{
	padding:0px 30px 0 25px;
	width:120px;
	height: 30px;
	margin:5px 0 5px 0;
	float:left;
}


.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
#questions{
	padding: 0 10px 0 10px;
min-height: 400px;
} 
#question{
	padding: 0 10px 0 10px;
}


#question h1{
	padding: 0;
	margin: 0;
}
#questions p{
	padding: 0;
}
#questions ul{
	padding: 0;
	margin: 0;
	list-style:none;	
}
#questions ul li{
}
#questions ul li a{
	padding:5px;
	margin:0;
	display:block;
	text-decoration: none;
	min-height:20px;
}
#questions ul li a:hover{
	background-color:#FFFFFF;
}
#answer{
	padding: 0 10px 0 10px;
}
#answer h1{
	padding: 0;
	margin: 0;
}
#answer p{
	padding: 0;
}
#footer{
text-align:center;
}
#pagenumber{ text-align:center;
}
