@charset "utf-8";
/* CSS Document */
#log {
	width:342px;
	margin-top:17px;/*1.5em;*/
}
.color_sample {
	cursor:pointer;
	float:left;
	height:18px;
	width:18px;
	border:2px solid #FFFFFF;
}
.color_input {
	float:left;
	margin-left:2px;
}
#h_textInput {
	width:300px;
	margin-top:2px;
}
#p_textInput {
	width:300px;
	height:170px;
	margin-bottom:-4px;
}
.slideContainer {
	margin:0;
	margin-top:1.5em;
	padding:10px 8px 20px 8px;
	width:344px;
	background-image:url(../../img/tools/popupDivBackgroundTopGrey.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	position:relative;
}
.slideContainer div {
	position:relative;
}
.slideContainerBottom {
	background-image:url(../../img/tools/popupDivBackgroundBottomGrey.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:10px;
	width:360px;
	padding:0px;
	margin:0 -8px -20px -8px;
	clear:both;
	position:relative;
}
.headlineLabel {
	font-weight:bold;
}
h3 {
	color:#FF5F00;
	font-family:Georgia,Times,Times New Roman,serif;
	font-size:1.2em;
	font-weight:normal;
	margin:20px 0 0;
	padding:0 0;
}

/* Slide Styling */
div.slider {
	width: 170px;
	height: 16px;
	margin: 5px 0;
	background: url(../../img/tools/slider.png) 0 center repeat-x;
}
div.slider div.knob {
	width: 16px;
	height: 16px;
	background: no-repeat center center;
	cursor: pointer;
	background-image: url(../../img/tools/knob-grey.png);
}
#slideDivHeadline, #slideDivParagraph {
	width:349px;
	padding:0;
	margin:0;
	padding-top:.5em;
	margin-top:.5em;
	border-top:1px solid #FCFCFC;
}
#slideDivHeadline label, #slideDivParagraph label {
	float:left;
	width:112px;
}
.formDiv {
	clear:both;
	min-height:20px;
	margin-bottom:5px;
}
select {
	font-size:9px;
	margin-top:4px;
	float:left;
}
.formImgButton {
	vertical-align:bottom;
}
#h_fontSizeInput, #p_fontSizeInput {
	width:1.3em;
	cursor:default;
}
.fontSizeLabel {
	cursor:default;
}
img.formImgButton {
	border: 1px solid #adacac;
	border-bottom-color:#5e5d5d;
	border-right-color:#5e5d5d;
	padding:3px;
	vertical-align:middle;
}
img.formImgButton:hover {
	border: 1px solid #adacac;
	border-top-color:#5e5d5d;
	border-left-color:#5e5d5d;
}
a.active img.formImgButton{
	border: 1px solid #adacac;
	border-top-color:#5e5d5d;
	border-left-color:#5e5d5d;
}
#status {
	float: left;
	padding: 8px;
	margin-left: 0;
	width: 342px;
	border: 1px solid #6D6C6A;
	margin-bottom: 10px;
}