/*http://meyerweb.com/eric/tools/css/reset/    v1.0|20080212*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

@font-face { font-family: "FF Dax"; src:url("http://ffonts.justanotherfoundry.com/Dax/DaxWebPro"); }
@font-face { font-family: "FF Dax"; src:url("http://ffonts.justanotherfoundry.com/Dax/DaxWebPro-Bold"); font-weight: bold; }

body {
	background: #ffde00;
	font-family: "FF Dax", Verdana, sans-serif;
	font-size: 87.5%;
	color: black;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height:100%;
	width: 100%;
}

a {
	color: black;
}

#form-wrap {
	position: absolute;
	top:0;
	left:0;
	right:0;
	height: 5.5em;
	overflow: auto;
}

form {
	position: absolute;
	top: 50%;
	margin-top: -1.7em;
	white-space: nowrap;
	min-width: 100%;
}

form div {
	display: inline-block;
	vertical-align: top;
}

#fontfonter-logo {
	text-decoration:none;
	color: black;
	font-weight: bold;
	font-size: 140%;
	margin-right: 0.5em;
}

#fontfonter-logo-er, #fontfonter-logo:hover {
	color: #666;
}

#fontfonter-logo:hover #fontfonter-logo-er {
	color: #999;
}

.caption {
	font-size: 86%;
	color: #666;
	position: absolute;
	top: 2em;
}

.caption a {
	color: #666;
}

a.caption:hover {
	color: black;
}

input, select {
	font-family: "FF Dax", Verdana, sans-serif;
	font-size: 86%;
}

#URL {
	margin: 0 0.5em 0 0;
	width: 12.5em;
	font-size: 86%;
}

.URL-gray {
	color: #777;
}

select {
	margin: 0 0.1em;
}

#fontfont1, #fontfont2 {
	width: 12em;
}

#fontfonter-submit {
	outline: none;
	background: #666;
	border: 0;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	color: white;
	font-weight: bold;
	font-size: 105%;
	margin: 0 0.6em 0 2.5em;
}

#fontfonter-submit:hover {
	background: black;
	cursor:pointer;
}

p {
	margin: 2em;
}

#iframe-wrap {
	position: absolute;
	top: 5.5em;
	left: 0;
	right: 0;
	bottom: 0;
}

#iframe-wrap-full-height {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

iframe {
	width: 100%;
	height: 100%;
	background: white;
}
