@CHARSET "UTF-8";

/*	Form header */

div.heading {
	background:#e3e3e3;
	padding:12px 0 10px; margin-bottom:8px;
	border-bottom:1px solid #e5e5e5;
	text-align:center; font-size:11px;
	margin-top:30px;
}

div.heading h2 {
	font-size:16px; margin-bottom:3px;
}

div.heading ul {
	margin:10px 0 0; padding:0;
	display:block; line-height:18px;
	font-weight:bold;
}
div.heading ul li {
	display:inline; padding:0 2em;
}

/*	Icons related */
div.heading ul li span.icon {
	display:inline-block;
	height:18px; width:18px;
	vertical-align:middle; margin:0 0.5em;
	background-repeat:no-repeat; background-position:top left;
}
div.heading ul li.magnifier span.icon {
	background-image:url('../images/icons/magnifier.gif');
}
div.heading ul li.page span.icon {
	background-image:url('../images/icons/page.gif');
}
div.heading ul li.notebook span.icon {
	background-image:url('../images/icons/notebook.gif');
}

div.formTable {
	background:#f1f0f0;	
	padding:35px 20px; margin-bottom:8px;
	font-size:11px;
	border-collapse:collapse;
}
div.formTable input {
	width:100%;	
}
div.formTable textarea {
	font-size:11px;
}
div.formTable input.check, div.formTable input.checkbox, div.formTable input.radio {
	width:auto; display:inline;	
}
#newPostForm div.formTable select {
	width:100%;
}

div.formTable td, div.formTable th {
	border:3px solid #f1f0f0;	
}
div.formTable tbody th {
	text-align:left;
}
div.formTable tbody th.title{
	text-align:center;
	
}
/*	Form Bottom */

div.formBottom {
	background:#e3e3e3;
	padding:20px 0; margin-bottom:8px;
	text-align:center;
}
div.formBottom input.button {
	background:#14c2e3; border:0;
	font-weight:bold;
}

div.formTable col.a1 { width:100px; }
div.formTable col.a2 { width:100px; }
div.formTable col.a3 { width:100px; }
div.formTable col.a4 { width:100px; }
div.formTable col.a5 { width:100px; }
div.formTable col.a6 { width:100px; }
div.formTable col.a7 { width:100px; }
div.formTable col.a8 { width:100px; }
div.formTable col.a9 { width:100px; }

