* {margin: 0; padding: 0;}

a, a img {
	border: none;
	outline: none;
	}

html {font: 11px/1.5em  Arial, Helvetica, sans-serif}

form#share, form#join {
	width: 440px;
	padding: 20px;
	}
	
	fieldset {
		border: none;
		}
		
		legend {
			color: #000;
			font-size: 16px;
			display: block;
			margin: 0 0 5px 0;
			}
	
	form ol {
		list-style: none;
		}
		
		form ol li {
			margin: 0 0 5px 0;
			}
		
	form label {
		font-size: 14px;
		display: block;
		margin: 0 0 5px 0;
		color: #561112;
		font-weight: bold;
		}
		
		label em {
			font-size: 12px;
			font-style: normal;
			color: #383838;
			font-weight: normal;
			}
		
	.input_text {
		padding: 3px;
		display: block;
		width: 430px;
		}
	
	input.submit {
	
		}
		
	input#preview_btn {
		}
	
	textarea#receivers {
		height: 135px;
		}
		
	textarea#message {
		height: 68px;
		}
		
	p#copy {
		font-size: 10px;
		text-align: center;
		margin: 15px 0 0 0;
		border-top: 1px solid #CCC;
		}

		
#content {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff2c0;
	border: 1px solid #e2b300;
	font-size: 14px;
	font-weight: bold;
	}

/*#####################################################################
ERRORS SUCESSES
######################################################################*/	
.error {
	background: #ed1c24;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	margin: 0 0 10px 0;
	}
	
.suc {
	background: #4989ff;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	margin: 0 0 10px 0;
	}

/*#####################################################################
PREIVEW FRAME
######################################################################*/
#preview {
	position: absolute;
	top: 100px;
	left: 500px;
	}
	
#preview, #preview iframe {
	float: right;
	width: 400px;
	height: 400px;
	border: none;
	}
	
	#preview #cover {
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		background: transparent url(../images/overlay.png) repeat top left;
		width: 400px;
		height: 400px;
		}
		
		#cover input {
			background: #000;
			border: 1px solid #FFF;
			padding: 2px 10px;
			color: #FFF;
			margin: 200px auto;
			}
	
	
a.cantaloupe {
	color: #ffa415;
	}

