.sk-receiver {
	width: 100%;
	height: 100%;
}
.sk-receiver td {
}
.sk-receiver-list-tools-cell {
	background-image:url(../images/bottom-menu-background.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#7e838a;
	border-top:1px solid #cccccc;
	border-left:1px solid #99aabb;
	width: 370px;
	height:35px;
	color:#ffffff;
/*	padding: 0 0 0 10px;*/
}

.sk-receiver-name-cell {
	background-color:#dddddd;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #99aabb;
	color:#888888;
	text-align:center;
	width: 250px;
	height:18px;
	/*padding: 3px 0 0 0;*/
}
.sk-receiver-list-cell {
	background-color:#f4f4f4;
	border-left:1px solid #99aabb;
	vertical-align: top;
	width: 370px;
}

.sk-receiver-customer-list-tools-cell {
	width: 250px;
}

.sk-receiver-list {
	width: 370px;
	overflow-y: auto;
}
.sk-receiver-form-cell {
	border-left:1px solid #cccccc;
	background-color:#ffffff;
	vertical-align: top;
	height:100%;
}
.sk-receiver-form .sk-form-container {
	background: url(../images/icon-e-invoice-48x48.png) 22px 22px no-repeat;
	background-color:#f4f4f4;
	padding: 20px 20px 20px 95px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin: 10px;
	width: 500px;
}

.sk-receiver-form .sk-form-table td.sk-label {
	width: 170px;
}

.sk-receiver-email-form .sk-form-container {
	background: url(../images/icon-e-mail-48x48.png) 22px 22px no-repeat;
	background-color:#f4f4f4;
	padding: 20px 20px 20px 95px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin: 10px;
	width: 500px;
}

.sk-receiver-edi-form .sk-form-container {
	background: url(../images/icon-e-invoice-48x48.png) 22px 22px no-repeat;
	background-color:#f4f4f4;
	padding: 20px 20px 20px 95px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin: 10px;
	width: 500px;
}



