	.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#fdfd89;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window
	{
		position:absolute;
		width:35px;
		height:35px;
		right:15px;
		top:18px;
		background:transparent url('/templates/lk/images/close-button.png') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
	}
	
	.mytextarea {
	width: 250px;
	height: 100px;
	border: 1px solid #e4c6c6;
	
	}
	
	.mytextfield {
	width: 250px;
	height: 20px;
	border: 1px solid #e4c6c6;
	
	}
	
	#sendlinkWrapper {
	
		border: 1px solid #e4c6c6;
		padding: 10px;
		background: url('/templates/lk/images/default/ornament.png') top left no-repeat;
		background-color: #ffffff;
	
	}
	
	
	#sendlinkTable >  td, tr {
		font-family: Verdana;
		font-size: 11px;
		color: #AA7341;
	}
	#sendlink_title
	{
	width: 440px;
	height: 30px;
	text-align: center;
	border-bottom: 1px dotted #BBBBBB;
	
	}
	#sendlink_title h1
	{
		color:#AE7E1B;
		font-family:Verdana;
		font-size:20px;
		font-weight: normal;
	}
	
	#mailerrors {
		font-family: Verdana, Arial;
		font-size: 12px;
		border: 1px solid red;
		background-color: #efe3cd;
		color: red;
		font-weight: bold;
	
	}
	
	#mailerrors p{
		padding: 0px;
		margin: 0px;
		text-align:center;
	}
	
	#mailerrors ul, #mailerrors li {
		list-style: none;
		padding: 0px;
		margin: 0px;
		padding-left: 10px;
		margin-left: 10px;
	}
	
	input[type="submit"], .lkbutton {
	background:white none repeat scroll 0 0;	
	border:1px solid #BBBBBB;
	color:#E39701;
	font-weight:bold;
	font-family: Arial;
	height:22px;
	padding: 1px 10px 4px 10px;
	text-decoration:none;
	font-size: 12px;
}
