/*------------------------------------------+
+ Default CakePHP CSS file, snipped a bit   +
+------------------------------------------*/

#flashMessage, .flashMessage {
	text-align: center;
	font-weight: bold;
	color: #FFDC16;
}

#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	color: black;
	background: white;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */
div.related {
	clear: both;
	display: block;
}

dl {
	line-height: 2em;
	margin: 0em 1em;
	float: left;
	width: 400px;
}

dt {
	font-weight: bold;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* forms */
form {
	margin-top: 2em;
}

form div {
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom: 2em;
	overflow: auto;
}

form div.date {
	margin-left: 0em;
}

fieldset {
	margin: 10px 0;
	padding: 10px;
}

legend {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic;
}

label {
	display: block;
	float: left;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}

/*
input.checkbox,
div.checkbox input,
input [type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}*/

div.checkbox * { display: inline; }

input,textarea {
	clear: both;
	display: block;
	font-size: 14px;
	font-family: inherit;
}

select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}

option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}

input [type=submit] {
	display: inline;
	vertical-align: bottom;
}

.required {
	clear: both;
	font-weight: bold;
	color: #CCC;
}

.optional {
	clear: both;
	color: #CCC;
}

.submit {
	clear: both;
	margin: 0 0 0 50px;
}
