body {
	background-color: #000;
	background-position: 0px 0px;
	font-family: Lucida Grande, Myriad Pro, Trebuchet MS, Tahoma, Arial, sans-serif;
	color: #DDD;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #9BC;
	text-decoration: none;
}

a:visited {
	color: #9BC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#verticalPadding {
	margin-top: 20px;
}

div#informationText {
	display:inline;
}

div#captionText {
	display:inline;
}

div#titleText {
	font-size: 1.8em;
	display:inline;
}

div.design {
	position: relative;
	left: 120px;
}

div.largeLight {
	background: url(images/MonitorStrip.png) repeat-x;
}
div.largeDark {
	background: url(images/MonitorStripDark.png) repeat-x;
}
div.medLight {
	background: url(images/MonitorStripMed.png) repeat-x;
}
div.medDark {
	background: url(images/MonitorStripDarkMed.png) repeat-x;
}
div.smallLight {
	background: url(images/MonitorStripSmall.png) repeat-x;
}
div.smallDark {
	background: url(images/MonitorStripDarkSmall.png) repeat-x;
}

div.monitorlarge {
	margin: 0px auto;
	margin-top: 10px;
    margin-bottom: -19px;
	padding-top: 29px;
	width: 850px;
	height: 561px;
}
div.monitormed {
	margin: 0px auto;
    margin-top: 20px;
	padding-top: 24px;
    margin-bottom: -4px;
	width: 715px;
	height: 472px;
}
div.monitorsmall {
	margin: 0px auto;
    margin-top: 20px;
	padding-top: 19px;
    margin-bottom: 0px;
	width: 580px;
	height: 383px;
}

div#code {
	padding-top:10px;
	font-size: 0.75em;
}

a#radiotitle {
	position: absolute;
	font-size: 0.75em;
	color: #333;
	bottom: 10px;
	right: 120px;
}

div#radioContainer {
	position:absolute;
	bottom: 5px;
	right: 0px;
}


div#design {
	position: absolute;
	top: 45px;
	left: 0px;
}

div#designtopmid {
	float:left;
	background: url(images/SideBarVStrip2.png) repeat-x;
	height: 35px;
	width: 260px;
}

div#designtopright {
	float:left;
	background: url(images/SideBarCorner2.png) no-repeat;
	height:35px;
	width:31px;
}

div.end {
	clear:both;
}

div#designmiddlemid {
	float: left;
	background: url(images/SideBarBackground2.png) repeat;
	width: 260px;
	height: 330px;
	text-align: right;
}

div#designmiddleright {
	float: left;
	background: url(images/SideBarHStrip2.png) repeat-y -40px 0px;
	height: 330px;
	width: 31px;
}

div#designbottomright {
	float:left;
	background: url(images/SideBarCorner2.png) no-repeat 0px -35px;
	height:35px;
	width:31px;
}

div#designbottommid {
	float:left;
	background: url(images/SideBarVStrip2.png) repeat-x 0px -35px;
	height: 35px;
	width: 260px;
}


label {
	line-height: 2em;
}

div#sizeChooser {
    text-align:right;
    margin-top: 5px;
    margin-bottom: 10px;
}

div#lowernav {
	position:absolute;
	font-size: .8em;
	color: #333;
	left: 20px;
	bottom: 10px;
}

div#uppernav {
	position:absolute;
	font-size: .8em;
	color: #333;
	right: 20px;
	top: 10px;
}

div#designtips {
	background: #d0cca1;
	padding: 10px;
	position: absolute;
	color: #000;
	font-size:1em;
	width: 270px;
	text-align:left;
	left:280px;
}


a#smallSizeChooser {
	font-size: .8em;
	color: #888;
}

a#medSizeChooser {
	font-size: 1em;
	color: #888;
}

a#largeSizeChooser {
    font-size: 1.15em;
	color: #888;
}

a#darkFrameChooser {
    padding-bottom: 10px;
	color: #555;
}

a#lightFrameChooser {
	color: #FFF;
}

hr {
	border: none;
	color: #111;
	background-color: #111;
	height: 1px;
	margin: 9px 0px 11px 0px;
}

input {
	padding-left: 5px;
	border: 0px;
	width: 140px;
	font-size: 1.1em;
	color: #AAA;
	background-color: #111;
}

input#linkCode {
	width: 200px;
}

input#embedCode {
	width: 200px;
}

select {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #AAA;
	background-color: #111;
	width: 145px;
	font-size: 1.1em;
}