body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	background-color:#FFFFFF;
}

table {
	border-collapse: collapse; 
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}
tbody {
	
}
tr {
	vertical-align: top;
}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}



.header {
}
.navig {
	font-family: "Courier New", Courier, monospace;
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

.footer {
	font-size: x-small;
	text-align:center;
}
td.footer {
	background-repeat:repeat-y;

}

td.content {
	font-family: "Courier New", Courier, monospace;
	margin: 10px;
	padding: 10px;

}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}

.source {
	font-size: xx-small;
	text-align: right;
}

.answer {
	margin-left: 40px;
	text-indent: -40px;
}

.myform_settings {
	text-align:left;
	width:720px;
	background-color:#eee;
	margin-left:-3px;
}

.myform{
	margin:0 auto;
	width:450px;
	padding:14px 14px 14px 28px;
	background-color:#eee;
}

	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}

	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		text-align:right;
	}

	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
				text-align:right;
	}

	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}

	#basic input, #basic select, #basic textarea{
		float:left;
		width:170px;
		margin:2px 0 30px 10px;
	}

	#basic input[type=radio]{
		padding:0;
		margin:0px 20px 20px 150px;
		width:20px;
	}

	#basic input[type=checkbox]{
		padding:0;
		margin:0;
		width:20px;
	}	

	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#fff;
		color:#000;
		border:solid 1px #bbb;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px 4px 30px;
		background-image:url(tick.png);
		background-repeat:no-repeat;
		background-position:8px center;
		cursor:pointer;		
	}

	#basic button:hover{ 
		clear:both;
		margin-left:150px;
		background:#bbb;
		color:#000;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px 4px 30px;
		background-image:url(ok.png);
		background-repeat:no-repeat;
		background-position:8px center;
		cursor:pointer;		
	}	
	
	#basic #sc_b_cancel, #basic #ts_b_cancel2{ 
		clear:both;
		margin-left:20px;
		background:#fff;
		color:#000;
		border:solid 1px #bbb;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px 4px 30px;
		background-image:url(tick.png);
		background-repeat:no-repeat;
		background-position:8px center;
		cursor:pointer;		
	}	

	#basic #sc_b_cancel:hover, #basic #ts_b_cancel2:hover{ 	
		clear:both;
		margin-left:20px;
		background:#bbb;
		color:#000;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px 4px 30px;
		background-image:url(cancel.png);
		background-repeat:no-repeat;
		background-position:8px center;
		cursor:pointer;		
	}		

}

