.placeholder{
	width:980px;
	margin:0 auto;
	padding:0;
	height:auto;
	border:solid 1px #666666;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.header{
	width:980px;
	height:100px;
	background:#999999;
}
.header_text{
	color:white;
	font-size:40px;
	padding-top:20px;
	text-align:center;
}
.content{
	min-height:500px;
}
.page_top_title{
	text-align:center;
	text-decoration:underline;
}
.left_space{
	margin-left:25px;
}
.field{
	margin-top:10px;
}
#left_panel{
	 width:570px;
	 min-height:450px;
	 float:left;
	 margin-top:15px;
}
#left_panel_var{
	 width:550px;
	 height:500px;
	 float:left;
	 margin-top:15px;
	 margin-left:20px;
}
#right_panel{
	float:left;
	width:400px;
	padding-top:100px;
	height:500px;
}
#tool_box{
	margin-top:5px;
	margin-left:20px;
}
.tool_collar_img{
	float:left;
	width:85px;
	height:75px;
	border:solid 2px #999999;
	margin:5px;
	cursor:pointer;
	box-shadow:5px 5px 5px #29324E;
	border-radius:4px;
}
.tool_collar_img_selected{
	border:solid 2px #990033;
}
.tool_collar_img:hover{
	border:solid 2px #990033;
}
.fabric_box:hover{
	border:solid 2px #990033;
}
.fabric_box{
	float:left;width:72px;height:72px;box-shadow:5px 5px 5px #ccc;margin:5px;
}

/*Tab*/
.htabs {
	padding: 0px 0px 0px 0px;
	height: 30px;
	line-height: 16px;
	margin-bottom: 15px;
	margin-left:2px;
	border-bottom:none;
}
.htabs a {
	border: 1px solid #CCC;
	background: #ffffff;
	padding: 7px 15px 6px 15px;
	float: left;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 2px;
	padding-bottom: 6px;
	display:block;
}
.htabs a.selected {
	padding-bottom: 6px;
}
.tab_common{
	padding-bottom: 6px;
	background: #ccc;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.tab_content{
	clear:both;
	padding-top:20px;
	margin-top:50px;
	border-top:solid 1px #FFFFFF;
}
#tab_1,#tab_3,#tab_4{
	background:none;
}
#content_2{
	clear:both;
	padding-top:20px;
}
#tab_2{
	background:#5fc3c4;
}

#box_steps {
    clear: right;
    display: inline-block;
    float: left;
    width: 455px;
}
#box_steps {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: hidden;
}
#box_steps a, #box_steps div.ma {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 25px;
    overflow: visible;
    position: relative;
    width: 31%;
}
#box_steps span.box {
    left: 56px;
    position: absolute;
    top: 5px;
}
#box_steps span.name {
    color: #fff;
    display: table-cell;
    font-size: 11px;
    height: 35px;
    line-height: 16px;
    padding-bottom: 5px;
    text-transform: uppercase;
    vertical-align: bottom;
}
#box_steps span.input {
    color: #949494;
    display: block;
    font-size: 11px;
}
#box_steps input, #info_current_profile input {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 65px;
}
#backgroundPopup { 
	z-index:8888;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background:#fff;
    border: 10px solid #000;
    border-radius: 3px 3px 3px 3px;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -195px;
    position: fixed;
    top: 10%;
    width: 500px;
    z-index: 9999;
	height:500px;
}
div.close {
    background: url("../../../../../../image/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}