form#simplr-settings {margin:5px;}
.wide {width:200px;}

table#reg-table {
	margin:10px 0;
	padding: 5px; 
	border: 1px solid #eee;
	background: #f7f7f7;
}

table#reg-table input, table#reg-table select {
	width: 80%;
}

table#reg-table textarea {
	width:90%;
}

table#reg-table input {
	padding:5px; 
	border:1px solid #ccc;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}