body {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
}

.content {
	width: 700px;
	margin: 0px auto;
}

.welcome_content {
	border: silver solid 1px;
	padding: 10px;
}

h2 {
	margin-top: 0px;
	font-size: 18px;
}

.config_form {
}

.config_form table {
	margin: 15px;
}

fieldset {
	margin-bottom: 20px;
	padding: 10px;
}

div>fieldset {
	-moz-border-radius: 8px 8px 8px 8px;
	/*border: silver solid 1px;*/
	margin-bottom: 20px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #4F4F4F;
}

.field_name {
	width: 120px;
	text-align: right;
	color: blue;
}

.field input,
.field textarea {
	width: 500px;
}

.small_table {
	margin-left: auto;
	margin-right: auto;
	width: 340px;
}

.small_table .field_name {
	width: auto;
	white-space: nowrap;
	width: 70px;
}

.small_table .field input,
.small_table .field textarea {
	width: 260px;
}

.field textarea {
	font-size: 11px;
}

.field_error {
	background-color: #FF5F5F;
}

.php_comment {
	padding-bottom: 20px;
	font-size: 11px;
	color: gray;
}

.section_sep {
	text-align: center;
	background-color: #dfdfdf;
	font-weight: bold;
	color: #4F4F4F;
	padding: 5px;
}

.errors {
	color: red;
}

.correct_examples {
	float: left;
	margin-right: 10px;
	width: 250px
}

.old_configs {
	list-style-type: none;
}

.old_configs li {
	margin-bottom: 10px;
}

.curl_opt_enabled {
	background-color: #fff;
	color: black;
}
.curl_opt_disabled {
	background-color: silver;
	color: silver;
}

ul.tasks {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.tasks li {
	padding-bottom: 30px;	
	margin-bottom: 30px;
	border-bottom: silver dashed 1px;
}

.task_separator {
	margin-bottom: 30px; margin-top: 15px;
	border-bottom: silver dashed 1px;
}

.code {
	font-family: monospace;
	padding: 8px;
	border: silver solid 1px;
	background-color: #efefef;
	margin: 5px;
	width: 85%;
	overflow: auto;
	white-space: nowrap;
	max-height: 100px;
}

.header_fs {
	padding: 5px;
	/*margin-bottom: 10px;*/
}

.head_right {
	float: right;
	font-size: 16px;
	color: blue;
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
}

.logo {
	float: left;
}

.copy {
	font-size: 10px;
	color: silver;
	margin-top: 5px;
}