

/*
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   *                                                                         *
   *                     Threadless profilr ( v0.1.3b )                      *
   *                              STYLE SHEET                                *
   *                                                                         *
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/


/* following lines taken from http://media.threadless.com/css/global.new.css */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body, td, input, select {
	font-size: 12px;
	font-family: Georgia;
	color: #454545;
}
img, form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	color: #003569;
}
/* end copied code */

input.btn {
	font-size: 16px;
}

div.warning {
	position: absolute;
	left: 250px;
	top: 20px;
	width: 450px;
	padding: 20px;
	border: 1px solid #FF0000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFC1;
	z-index: 99;
}
div.overlay {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 100%;
	height: 500px;
	background: url(/img/nav_overlay.gif);
	z-index: 89;
}

div#main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

div#radioIE {
	position: absolute;
	left: 300px;
	top: 313px;
	width: 320px;
	height: 25px;
	background: url(/img/nav_overlay.gif);
	z-index: 79;
}
img.tn {
	border: 1px solid #CFE2F1;
}
div#preview {
	background-color: #E9F2F9;
	padding: 25px;
	margin-bottom: 10px;
	width: 200px;
	min-height: 342px;
}
* html div#preview {
	height: 342px;
}
textarea#profcode {
	font-size: 11px;
	font-family: monospace;
	color: #454545;
	width: 624px;
	height: 70px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

div#footer {
	width: 100%;
	height: 32px;
	border-top: 1px dashed #999999;
	z-index: 99;
	position: fixed;
	bottom: 0 !important;
	bottom: -1px;
	background-color: #EEEEEE;
	font-size: 10px;
}
* html div#footer {
	position: relative;
	background-color: #FFFFFF;
	font-size: 10px;
}
div#footer div {
	padding: 10px;
	font-size: 10px;
}