.title_box_wrap
{
	position: relative;
	width: 100%;
	height: 30px;
	display: block;
    background:url(/images/nav_bar.jpg) repeat-x;
}

.title_box
{
	position: relative;
	width: calc(100% - 40px);
	height: 20px;
	display: block;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 14px;
	font-weight: bold;
    color: #FFF;
}

.close_box
{
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 17px;
    color: #FFF;
}

.close_box:hover
{
    color: #e1bd13;
}

.popup_box_line
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom: 7px;
 }
 
.popup_line_title
{
    position: relative;
    font-size: 14px;
    color: #000;
	float: left;
	width: 150px;
	display: block;
	text-align: right;
	height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	
}

.popup_line_input_wrap
{
    position: relative;
	float: left;
	width: calc(100% - 160px);
	display: block;
	height: 100%;
	
}

.button_wrap
{
	position: relative;
	width: 90px;
	height: 100%;
	float: left;
	display: block;
	margin-left: 5px;
}

.button
{
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 2px;
    background:url(/images/nav_bar.jpg) repeat-x;
	border-radius: 12px;
	width: calc(100% - 17px);
	height: calc(100% - 20px);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 10px;
	
}

.button:hover
{
	border: 2px solid #447899;
	color: #447899;
}