@charset "utf-8";
/* CSS Document */
fieldset {
	border:1px dashed #CCC;
	padding:10px;
	width:300px;
	
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
label {
	width:90px;
	height:15px;
	margin-right:2px;
	padding-left:6px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:400px;
	margin:auto;
	padding:0px;
}
#top {
	width:400px;
	height:50px;
}
#leftSide {
	float:left;
}
#rightSide {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.textarea {
		background-repeat:repeat-x;
    	background-position:left;
	    width:280px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}

.input {
		background-image:url(../images/blur_text_input.jpg);
		background-repeat:repeat-x;
    	background-position:left;
	    width:280px;
    	font:normal 14px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}

.textbox {
		background-image:url(../images/blur_text_input.jpg);
		background-repeat:repeat-x;
    	background-position:left;
	    width:280px;
    	font:normal 14px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.input:focus, .input:hover {
	background-color:#F0FFE6;
}
   
.list{
		background-image:url(../images/blur_text_input.jpg);
		background-repeat:repeat-x;
    	background-position:left;
	    width:130px;
    	font:normal 14px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}

.button_div {
	float:right;
	background-color:#fff;
	border:0px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:10px;
	margin-right:10px;
}
.submit_buttons {
	background: #e3e3db;
	width:116px;
	height:33px;
	color: #989070; 
	text-decoration: none;
	background-image:url(../images/but_proceed.png);
	background-repeat:no-repeat;
	border:none;
}
.submit_convert {
	background: #e3e3db;
	width:116px;
	height:33px;
	color: #989070; 
	text-decoration: none;
	background-image:url(../images/but_convert.png);
	background-repeat:no-repeat;
	border:none;
}

