#preset-creator-content {
    -moz-border-radius: 10px;
     background: url("../images/popup/popup-bg2.png") repeat-y scroll 0 0 #333;
    -webkit-border-radius: 10px;
    border: 0px solid #333;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
    /*padding: 22px 22px;*/
    width: 600px;
    position: relative;
    display: none;
    color: #ccc;
    text-shadow: 1px 1px 1px #000;
}

#preset-creator-content .input-text {
	background-color: #262626;
	padding: 5px;
	border: 2px solid #454545;
	color: #ccc;
	float: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 50px;
}

#preset-creator-content .box {
	width: 30px;
	height: 22px;
	border: 2px solid #454545;
	float: left;
	margin: 2px 0 0 3px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#preset-creator-content .box2 {
	width: 135px;
	height: 23px;
	border: 2px solid #454545;
	margin: 2px 0 0 3px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#preset-creator-content select {
	/*background: url('../images/popup/select-left.png') no-repeat scroll left top;*/

	width: 150px;
	padding: 2px;
}

#preset-creator-content .noshow {
	/*display: none;*/
}

#preset-creator-content .title {
	color: #fff;
	font-size: 22px;
	border-right: 1px solid #404040;
	width: 100px;
	text-align: center;
	padding: 20px 15px;
}

#preset-creator-content .lines {
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

#preset-creator-content .restore a {
	color: #FF7528;
	padding-right: 10px;
	text-shadow: 0px 0px 0px #000;
}

#preset-creator-content .submit-button {
	border: 0;
	background: transparent;
	float: right;
	padding-right: 30px;
}

#preset-creator-content .right {text-align: right;}



#close_x { 
    width: 14px; height: 14px;
    overflow: hidden; line-height: 1000px;
    display: block;
    position: absolute; top: 5px; right: 5px;
    background-image: url(../images/popup/popup-close.png);
    /*background-position: -387px -102px;*/
}
