* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

a {
	color: #a9a9a9;
}

body {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman";
	width:100%;
	height: 100%;
}

html { height: 100%; }

.formline {
	line-height: 30px;	
	height: 30px;
}

.formline input{
	height: 20px;
	margin: 3px 0px;
}

label {
	display: block;
	width: 200px;
	float:left;
}

.flow p{
	/*font-family: Verdana, Helvetica, Arial;*/
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 1em;
}

.flow li{
	/*font-family: Verdana, Helvetica, Arial;*/
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 0.5em;
}


input:focus {outline: none;}

input {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman";
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin-right: 2px;
}
textarea {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman";
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin-right: 2px;
	width: 400px;
	height: 100px;
	
}

h1 {
	margin-bottom: 10px;
}

.submit {
	margin-top: 20px;
}

.error {
	color: #e7828c;
}

.ok {
	color: #aad0b1;
}

.small {
	font-size: 0.8em;
	color: #a9a9a9;
}
.vspace {
	height: 40px;
}

li {
	margin-left: 40px;
	margin-bottom: 5px;
}

img {
	float: right;
	margin-left: 10px;
}

.word_table  {
	border-collapse: collapse;
	margin-left: 10px;
	
}

.word_table tr:nth-child(even){
	background: #e0e0e0;	
}

.word_table tr:hover{
	background: yellow;	
}

.word_table tr { border: 1px solid #a9a9a9; }
.word_table td { padding: 5px; }
.table_word { font-weight: bold; }
.table_keep a { color: green; }
.table_delete a { color: red; }
.table_count { color: #a9a9a9; } 

.clear_both {
	clear:both;
}


