div#content_full table.nav {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;
}

div#content_full table.nav td{
	padding: 5px;
	text-align: center;
}

div#content_full table td, table th{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 2px;
	text-align: left;
}
div#content_full table th{
	background: #EEE;
}
div#content_full table{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 auto;
}
div#content_full .submit{
	text-align: right;
	background: #999;
	padding: 5px;
}
div#content_full .title{
	font-weight: bold;
	vertical-align: top;
}
div#content_full .value{
	background: #EEE;
	text-align: left;
}

div#content_full h4{
	margin-bottom: 10px;
}

input{
	border: 1px solid #CCC;
	background: #FFF;
}
table.mceEditor{
	border: 1px;
}
.mceEditor td th{
	border: 1px;
}
.mceEditorIframe{
	border: 1px solid #CCC;
}

.time{
	width: 50px;
}
.alert{
	font-size: 20px;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	display: block;
	min-width: 100px;
	float: left;
}
ul{
	clear: both;
}
#nav{
	clear: both;
}
th.delete{
	color: red;
}
td.delete{
	text-align: center;
}
.delete input{
	border: 1px solid red;
}
.pref_employer{
	font-size: 0.9em;
	width: 925px;
}

.text_right{
	text-align: right;
}

.text_left{
	text-align: left;
}

.text_center{
	text-align: center;
}