/* @override 
	http://dollartimes.com/styles/form.css
	http://dollartimes.loc/styles/form.css
*/

body *{
		text-align: left;
	}
	.yui-u {
	font-family: arial, sans-serif;
	font-size: 13px;
	}
/* The Progress Bar Form */
	#pb_form ol {padding-left: 0px;}
	#pb_form ol li
	{font-size: 20px; list-style-position: inside; padding-bottom: 1em;}
	#pb_form label.big, p.big
	 {font-size: 20px; margin: 0px; padding: 0px}
	#pb_form ol li * {font-size: 13px;}
	#pb_form div.float{float: left; margin-right: 10px;}
	#pb_form .clearfloat {clear:both;}
	#pb_form input[type=text] {width: 155px;}
	#pb_form input,
	#pb_form div.radiogroup{margin-bottom: 15px;}
	#pb_form input[type=radio],
	input[type=radio] {margin:0px .5em 0px 0px;}
	#pb_form input.number {width: 60px}
	#pb_form #color_preview {
		margin-left: 10px;
		height:  2px;
		width:  2px;
	}
	#pb_form #pb_color {}

/* The Progress Bar Preview */
	#pb_preview {
		margin: 35px 0px 15px 0px;
		border: 2px dashed lightblue;
		padding:  5px;
		/*background: url(/images/gray-stripes-bg.png);*/
		position :relative;
		float: left; /*shrink-wrap the border*/
		min-width: 150px;
	}
	#pb_preview h3 {
		position: absolute;
		left: 0px;
		top:0px;
		margin-top: -25px;
		font-size: 20px;
		color:  #999;
	}
	#pb_preview .dt_progress_bar {
		background-color: #fff;
		z-index: 100;
	}

/* The Columns and Code Block */

	textarea#pb_code {
		width:  290px;
		height:  250px;
		border-bottom: 1px solid #aaa;
		border-right: 1px solid #aaa;
		overflow: auto;
	}
	
