* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%; width: 100%;
}

p#flashed {
	height: 100%;
}

body {

	color: #000;
	font-family: Monaco, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

#theBox a {
	z-index: 100;
}
a { color: blue; text-decoration: underline; }
a:hover {
	cursor: pointer!important;
}

h2, h3 {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	margin: 17px 0 15px 17px;
	width: 360px;
}
#movie{
	z-index:1;
}
#theBox, #help {
	position: absolute;
	left: 50%; top: 50%;
	margin: -225px 0 0 -225px;
	width: 450px; height: 450px;
	background: #fff;

}
#theBox{
		z-index:3;
}
#help{
		z-index:4;
		display:none;
}

#behind_box{
	position: absolute;
	left: 50%; top: 50%;
	margin: -227px 0 0 -227px;
	width: 456px; height: 456px;
	background: url(/media/images/neverwork/back_box.gif) 0 0 no-repeat;
	z-index:2;
}

#closeButton {
	display: block; 
	width: 26px; height: 26px;
	position: absolute;
	left: 414px; top: 12px;
	background: url(/media/images/neverwork/close_button.gif) 0 0 no-repeat;
	text-indent: -9999px;	
}

#container {
	height: 386px;
	overflow: auto;
	/* this is > theBox ? */
	width: 455px;
}

#content {
	width: 398px;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

#content p {
	margin: 5px 0 5px 1px;
	width: 350px;
}

#content img {
	margin: 0 0 10px 2px;
	display: block;
}


#helpLink {
	display: block; 
	width: 36px; height: 25px;
	float: right;
	margin-top: -25px;
	margin-right: 15px;
}

/* form */

p.note {
	position: absolute;
	top: 350px;
}

form {
	margin-top: 15px;
}

#id_text, #id_title, #id_from_name, #id_from_email, #id_to_name, #id_to_email {
	background-color: black;
	color: white;
}

#id_text {
	margin-bottom: 5px;
}

input, textarea {
	border: 1px dotted silver;
	border-top: 0; border-left: 0;
	margin: 3px 0;

	padding: 2px 3px;

	font-family: Monaco, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	
	margin: 0;
	
	
	width: 416px;
}

p.error {
	color: red;
	padding-left: 2px;
}


input {
	font-size: 16px;
	height: 26px;
	line-height: 18px;
	margin-left: 2px;
}

input.normalised {
	font-size: 28px;
	line-height: auto;
	font-weight: normal;
	width: auto;
	display:inline;
	cursor: pointer;
}

textarea {
	height: 112px;
	margin-left: 2px;

}

#addLinkButton {
	display: block; 
	width: 36px; height: 25px;
	float: right;
	margin-top: -25px;

	background: url(../img/addlink_button.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

form h3 {
	margin: 3px 0;
	padding-left: 2px;
	line-height: 16px;
	width: 398px;
}

p.space {
	position: absolute;
	top: 360px;
}

form h3.shift {
	margin-top: 40px;
}

/*
div.button {
	display: inline-block;
	height: 28px;
	padding: 0 5px 5px 0;
	margin: 5px 0 10px 0;
	background: url(../img/black.gif) 5px 2px no-repeat;
}

div.button a {

	height: 24px;
	font-size: 24px;
	line-height: 24px;
	
	font-weight: bold;
	text-transform: uppercase;
	
	text-decoration: none;
	
	
	
	clear: both;





}
*/

div.button {
	
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;	
	
	height: 26px;
	width: 123px;
	background: url(/media/images/neverwork/back_button.gif) repeat 0 0;
	margin: 5px 5px 5px 0px;
}

div.button a {
	display: block;
	position: relative;
	left: -1px; top: -1px;

	height: 22px;
	width: 115px;
	text-decoration: none;
	
	padding: 7px 0 0 10px;
	
	color: #000;
	background: url(/media/images/neverwork/check.gif) no-repeat 0 0;
	font-weight: bold;
}


div.button a:active, div.click {
	left: 0; top: 0;
}



.mf {
	letter-spacing: 5px;
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;

}

.gray {
	background: #000;
	color: gray;
}

.black {
	background: #000;
	color: #fff;
}

small {
	font-size: 9px;
	font-weight: normal;
	margin: 2px 0;
	display: block;
	margin-left: 2px;

}


#flash {
	position: absolute;
	width: 100%;
	height: 100%;

}

#nowhere{
	position:absolute;
	bottom:0;
	right:28px;
	width:250px;
	height:42px;
	padding:10px;
	background-color:white;
	border: 1px solid #000;
	display:none;
}
.unindent{
	margin-top:0px;
	margin-left:0px;
}