
img,a{
	border:none;
}
body{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:center;
}

div#container{
	position:relative;
	margin: 25px auto;
	text-align: left;
	width: 512px;
	padding: 10px;
	background-color: #fff;
}

div#video{
	width: 512px;
	height: 288px;
}

div#freeze{
	position:relative;
	width: 512px;
	height: 288px;
	background-image: url(./image/freeze.jpg);
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
div#credits{
	background-color:#fff;
	width: 492px;
	padding: 10px;
	height: 80px;
	position:absolute;
	top: 178px;
	left:0;
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
div#credits span{
	font-family: Courier, Courier New, Monaco, Andale Mono, monospace;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8em;
}
div#thisvideo{
	margin-top: 4px;
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
}

textarea#videourl{
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
	color: #55bee6;
	width: 512px;
}

input[type='text']{
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 20px;
}

input[type='submit']{
	font-size: 15px;
	padding: 3px;
}

h2{
	color: #55bee6;
	font-size: 18px;
}

form#videoform{
	display: none;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
form#videoform.preview{
	display: block;
	opacity:1;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
}

input#videobutton{
	margin-top: 11px;
}

input#videobutton{
	font-size: 15px;
	margin: 4px;
	width: 290px;
	height: 39px;
	padding:0;
	border:none;
	font-size: 0px;
	color: transparent;
	background-image: url('image/maak.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 100px;
	overflow:hidden;
	color: #555;
}
input#sendbutton{
	font-size: 15px;
	margin: 4px;
	width: 147px;
	height: 39px;
	padding:0;
	border:none;
	font-size: 0px;
	line-height: 100px;
	color: transparent;
	background-image: url('image/verstuur.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 0px;
	overflow:hidden;	color: #555;
}

input#previewbutton{
	font-size: 15px;
	margin: 4px;
	width: 147px;
	height: 39px;
	line-height: 100px;
	padding:0;
	overflow:hidden;
	border:none;
	font-size: 0px;
	color: transparent;
	background-image: url('image/preview.jpg');
	background-repeat: no-repeat;
	cursor: pointer;	color: #555;
	line-height: 100px;
}

input#send.down{
	background-position: left -27px;
}

table#wrap{
	border-top: 1px solid #ccc;
}

table#wrap td{
	vertical-align: top;
}

table#wrap table.inner td{
	color: #888;
	padding: 2px;
	padding-left: 0px;
	padding-right: 4px;
	font-size: 12px;
	vertical-align: middle;
}
img#logo{
	margin-left: 365px;
}

div#ty{
	text-align: center;
}

a.previewmail{
	color: #555;
	font-size: 11px;
	margin-left: 5px;
	text-decoration: none;
}
a.previewmail:hover{
	color: #00f;
	text-decoration: underline;
}

div#mailpreview{
	display:none;
	position:absolute;
	left:50px;
	top: 100px;
	z-index: 1000;
	width: 325px;
	height: 250px;
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 50px;
	font-family: Arial, sans-serif;
	font-size: 11.5px;
	color: #555;
}

img.hidepreview{
	cursor:pointer;
}

input.missing{
	border: 1px solid red;
}