body { text-align: left; font-family: Tahoma; font-size: 12px }

div.ssx-body {
	width: 60%;
	margin: 0 20% 5px 20%;
}

div.iml-list {
	text-align: center;
	padding: 5px; margin: 5px 0 5px 0;
	border-width: 1px 0 1px 0; border-style: solid; border-color: gray; 
}

div.iml-film {
	text-align: left;
	margin: 5px 0 5px 0;
	/*border: 1px solid gray;*/
}

div.iml-menu {
	width: 100%;
	text-align: center;
	margin: 5px 0 5px 0;
}
div.iml-actor-list {
	width: 100%;
}

span.iml-actor {
	/*border: 1px solid;*/
	/*float: left;*/
	margin: 2px 5px 2px 5px;
	padding: 0 3px 0 3px;
	background-color: inherit;
}

span.iml-button {
	cursor: pointer;
	background-color: #ffffdf;
	border: 1px solid gray;
	margin: 0 3px 0 3px;
	padding: 1px 2px 1px 2px;
}
.iml-submit {
	/*margin: 4px 0 0 0; */
}

span.iml-button:hover {
	border: 1px solid black;
}

span.iml-actor:hover {
	background-color: #ffffef;
}

.iml-header {
	font-size: 2em;
	font-weight: bold;
}
div.iml-search {
	text-align: right;
}

textarea, input, select {
	border: 1px solid gray;
	color: black;
	background-color: #ffffdf;
}

div.iml-form-row {
	vertical-align: center;
	text-align: center;
}

div.iml-file {
	border: solid gray;
	border-width: 1px 0 0 0;
}

.iml-title {
	text-align: center;
	background-color: #ffffdf;
}

table.iml-helper-table {
	text-align: center;
	width: 100%;
}
.iml-helper-row-master, .iml-helper-row-slave {
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
