body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #2e3436;
	padding: 0px;
	margin: 0px;
}

#sfex-main-container {
	width: 50%;
	background-color: #ffffff;
	min-width: 400px;
	margin: 2ex;
}

.sfex-header {
	font-weight: bold;
	border-bottom: solid #2e3436 thin;
	padding: 1ex;
}

.sfex-content-container {
	padding: 1ex;
}

.sfex-footer {
	color: #888a85;
	text-align: right;
	border-top: solid #2e3436 thin;
}

.sfex-message-container {
	border-bottom: solid #2e3436 thin;
	margin: 0px;
	max-height: 10ex;
    overflow-y: auto;
}

.sfex-message {
	list-style-image: url('../img/info_16.png');
	font-style: italic;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.sfex-message-info {
}

.sfex-message-warning {
	list-style-image: url('../img/warning_16.png');
}

.sfex-message-error {
	list-style-image: url('../img/error_16.png');
}

.sfex-message-new {
	font-weight: bold;
}

.sfex-message-old {
	color: #888a85;
}




#sfex-sender-step1, #sfex-sender-step2 {
	border-bottom: solid #2e3436 thin;
}

.sfex-sender-step {
	padding: 1ex;
}

.sfex-sender-step-content p {
	margin: 0px;
}

.sfex-sender-step-header {
	display: block;
	font-style: italic;
	margin-bottom: 1ex;
}

.sfex-sender-step-content {
}

.sfex-sender-step-inactive {
	color: #888a85;
}

.sfex-sender-step-active {
}

#sfex-sender-download-url-link {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sfex-sender-step-content table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.sfex-sender-step-content td {
	margin: 0px;
	padding: 0px;
	padding-right: 1ex;
	vertical-align: middle;
}





.sfex-receiver-content p {
	margin: 0px;
}

#sfex-receiver-filename {
	font-style: italic;
}

#sfex-receiver-url {
	font-style: italic;
}
