/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 25%; 
		left: 35%;
		/*margin-left: -300px;*/
		width: 520px;
		background: #eee url('../img/modal-gloss.png') no-repeat -200px -80px;
		position: fixed;
		z-index: 10001;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		font-family:arial;
		font-size:12px;
		line-height:16px;
		}
	.reveal-modal h1{
		text-align:center;
		font-size:17px;
		line-height:22px;
		margin-bottom:15px;
	}
	.reveal-modal h2{
		font-size:14px;
		line-height:18px;
		margin-bottom:5px;
	}
	

	#elkuldom #sendblock {
		height: 250px;
		padding: 0px 0 0 40px;
		width: 470px;
	}
	#elkuldom #emailsendform {
		color: #000000;
		font-family: 'AvenirNextLTPro-Demi';
		font-size: 12px;
	}
	#elkuldom #emailsendform label {
		color: #000000;
		float: left;
		font-weight: bold;
		font-size:12px;
		line-height: 27px;
		margin-right: 5px;
		text-align: right;
		text-transform: uppercase;
		width: 145px;
	}
	#elkuldom #emailsendform .text {
		width: 246px;
		padding-bottom: 2px;
		display: block;
		border: 1px solid #ABBB99;
		font-family: 'AvenirNextLTPro-Demi';
		font-size: 14px;
		margin: 0;
	}
	#elkuldom #emailsendform .text.firstrecipient {
		float: left;
		width: 199px;
	}
	#elkuldom .addremove {
		background: url('../img/gombok_addremove.png') no-repeat scroll center top transparent;
		float: left;
		height: 21px;
		margin: 1px 0 0 3px;
		width: 44px;
	}
	#elkuldom .addremove .gomb {
		cursor: pointer;
		float: left;
		height: 21px;
		width: 22px;
	}
	#elkuldom  #emailsendform textarea {
		width: 240px;
		height: 106px;
		border: 1px solid #ABBB99;
		font-family: 'AvenirNextLTPro-Demi';
		font-size: 1.4em;
		margin: 0;
		padding: 0.2em 0.4em;
	}
	#elkuldom .actions {
		border-left: 5px solid red;
		height: 25px;
		padding-left: 1px;
		width: 96px;
		float:left;
		margin-left:170px;
	}
	#elkuldom .actions input[type=submit]{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #E1E1E1;
		border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color white;
		border-image: none;
		border-style: none none none solid;
		border-width: medium medium medium 1px;
		color: #222222;
		cursor: pointer;
		font-weight: bold;
		height: 25px;
		margin-top: 0;
		text-align: center;
		width: 96px;
		display: block;
		font-size: 14px;
		line-height: 1.1;
		padding: 4px 16px;
		float:left;
	}
	#elkuldom  .day14 {
		color: #000000;
		float: left;
		font-size: 11px;
		font-weight: normal;
		margin: 15px 0;
		width: 400px;
		line-height: 1.2em;
	}
	#elkuldom .uzenet {
		color: #FF0000;
		float: left;
		font-weight: bold;
		margin: 0 0 20px;
		text-align: center;
		width: 410px;
	}
	#elkuldom input.text.required {
		border: 1px solid #FF0000 !important;
	}
	
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
