@import url(//fonts.googleapis.com/css?family=Lobster+Two:700italic);
@import url(//fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(//fonts.googleapis.com/css?family=Sacramento);
h2 {
        margin: 0 !important;
        padding: 0 !important;
    }
    body{
/*    background: url('../images/tropical-beach.jpg') top center no-repeat;
    background-size: cover;
*/    height: 100%;
    width: 100%;
    margin: 0px;
}
	.iwantthisform {
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../images/iwantthisform.png') top center no-repeat;
	z-index: 100;
	}
    #emf-container #emf-logo,
    #emf-container-outer #emf-form-shadows,
    #emf-container #emf-form.leftLabel label.emf-label-desc{
        display: none;
    }
    #emf-container #emf-form-title{
	text-align: center;
	text-shadow: none;
	margin-top: 30px;
    }
    #emf-container #emf-form-description{
	text-align: center;
	text-shadow: none;
	font-family: Lato;
	font-size: 13px;
    }
    #emf-container {
    background-color: rgba(255, 255, 255,0);
    border: none;
    width: 100% !important;
    margin: 0;
    }
    #emf-container #emf-form {
	padding: 0;
    }
    .postcard-background {
        background: url('../images/desert-camels.jpg') top left no-repeat;
        background-size: cover;
        width: 900px;
        height: 500px;
        position: relative;
	margin: 20px auto;
	box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    }
    #emf-form .container{
        position: absolute;
        top: 20px;
        left: 70px;
        -webkit-transform: rotate(-15eg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
        width:400px;
    }
    #emf-container .emf-head-widget{
        color: #FFFFFF !important;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
        text-align: left;
        border-bottom: none;
    }
    
    #emf-container #emf-li-0,
    #emf-container li label.emf-label-desc,
    #emf-container #emf-form.leftLabel div.emf-div-field,
    #emf-container div.emf-div-field textarea,
    .emf-bottom-label.emf-text-center,
    #emf-container div.emf-div-field input{
        float: none;
        color: #ffffff !important;
        background: none;
        width: 100% !important;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
        border: none;
        border-bottom: 1px dotted rgb(255,255,255);
    }
    #emf-li-0 input,
    #emf-li-2 input{
	border-bottom: none !important;
    }
    #emf-li-0 input,
    #emf-li-1 textarea,
    #emf-li-2 input,
    #emf-li-3 input{
	outline: none;
    }
   #emf-li-2 .emf-bottom-label.emf-text-center{
	display: none;
   }
   #emf-li-0 #element_0,
   .title{
	font-family: Lobster Two;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
   }
   #emf-li-1 #element_1,
   .message{
	/*font-family: Gloria Hallelujah;*/
	font-weight: 400;
	font-size: 14px;
	min-height: 30px;
	overflow: hidden;
	height: 110px;
   }
   #emf-li-2 #element_2,
   .signature{
	font-family: Sacramento;
	font-weight: 400;
	font-size: 25px;
   }
   .emf-div-field #element_2{
	text-align: right;
	overflow: hidden;
	width: 100%;
   }
   
    /*confirm message*/
   #outer-after-post{
	width: 900px !important;
	height: 500px !important;
   }
	
    .submit-fields{
	position: absolute;
	bottom: -170px;
	right: 50%;
	margin-right: -440px;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 350px;
	height: 150px;
   }
    #emf-container #emf-form ul li.emf-li-field{
	padding-left: 0px;
    }
    .emf-div-field #element_3{
	padding: 0 5px;
	margin: 15px 0;
	height: 30px;
	border: 1px solid #cccccc !important;
    }
    #emf-container #emf-li-0,
    .emf-bottom-label.emf-text-center,
    #emf-container #emf-form.leftLabel div.emf-div-field{
	border-bottom: none;
    }
    
    /*submit fields re-style*/
    #emf-li-3 {
	width: 320px !important;
	padding: 0 15px 0 !important;
    }
   #emf-container #emf-form.leftLabel #emf-li-3 label.emf-label-desc{
	display: inline;
	color: #000000 !important;
	text-shadow: none;
	padding: 0;
    }
    #emf-container #emf-li-3 div.emf-div-field input{
	color: #000000 !important;
	text-shadow: none;
    }
    #emf-container #emf-li-post-button input{
	margin-right: 15px;
    }
    
    /* resize the textarea*/
	body {
	     margin: 20px 0 100px;
	}
	
	p {
	    margin-bottom: 14px;
	}
	
	textarea {
	    color: #444;
	    padding: 5px;
	}
	
	.txtstuff {
	    /*resize: none;*/ /* remove this if you want the user to be able to resize it in modern browsers */
	    overflow: hidden;
	}
	
	.hiddendiv {
	    display: none;
	    white-space: pre-wrap;
	    word-wrap: break-word;
	    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
	}
	
	/* the styles for 'commmon' are applied to both the textarea and the hidden clone */
	/* these must be the same for both */
	.validate[optional] {
	   /* width: 500px;
	    min-height: 50px;
	    font-family: Arial, sans-serif;
	    font-size: 13px;*/
	    overflow: hidden;
		font-weight: 400;
		font-size: 14px;
		min-height: 30px;
	}
	
	.lbr {
	    line-height: 3px;
	}
	/*end of resize the textarea*/
	
	/*edit thumbs*/
	.current-thumb{
		display: block;
		margin: 0 auto;
		width: 900px;
	}
	.current-thumb .tropical-beach{
		background: url('../images/tropical-beach-thumb.jpg') top left no-repeat;
		float: left;
		display: block;		
		width: 150px;
		height: 150px;
		margin: 0 10px;
	}
	.current-thumb .tropical-beach:hover{
		opacity: 0.5;
	}
	.current-thumb .mountain-lake{
		background: url('../images/mountain-lake-thumb.jpg') top left no-repeat;
		float: left;
		display: block;	
		width: 150px;
		height: 150px;
		margin: 0 10px;
	}
	.current-thumb .mountain-lake:hover{
		opacity: 0.5;
	}
	.current-thumb .desert-camels{
		background: url('../images/desert-camels-thumb.jpg') top left no-repeat;
		float: left;
		display: block;	
		width: 150px;
		height: 150px;
		margin: 0 10px;
	}
	.current-thumb .desert-camels:hover{
		opacity: 0.5;
	}
	.current-thumb .city-bridge{
		background: url('../images/city-bridge-thumb.jpg') top left no-repeat;
		float: left;
		display: block;	
		width: 150px;
		height: 150px;
		margin: 0 10px;
	}
	.current-thumb .city-bridge:hover{
		opacity: 0.5;
	}

