/**************
Styled Window
**************/
#divInstallHelper {
    position: fixed;
    right: 0px;
    top: 0px;

}

.installhelper_window {
    background-image:url("/shared/static/installer/window_background.png");
    _background-image:url("/shared/static/installer/window_background.png");
    background-position:top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px;
    font-family:"Lucida Grande",Verdana;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    min-width:300px;
    min-height:150px;
    position: fixed;
    right: 0px;
    top: 0px;
}

.installhelper_window .installhelper_window_header {
    text-align:center;
    
}

.installhelper_window .installhelper_window_title {
    margin-top:-7px;
    margin-bottom:7px;
    font-size:11px;
    cursor:move;
    position: absolute;
    right: 0px;
    top: 0px;

}

.installhelper_window b 
{
    color: #ff3f3f;
    font-weight: bold;
}

.installhelper_window i
{
    color: #6ce300;
    font-weight: bold;
    font-style: normal;
}

#installhelper_window_close {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	height:24px;
	width:24px;
	background-image: url(static/images/window_close.gif);
	_background-image: url("/shared/static/installer/window_close.gif");
	cursor:pointer;
	cursor:hand;
}


#installhelper_window_close:hover {
    background-image: url("/shared/static/installer/window_close_o.gif");
    _background-image: url("/shared/static/installer/window_close_o.gif");
}

#control_overlay {  
    background-color:#000;  
} 

#div_arrow_up {
    background: url("/shared/static/installer/arrowup.png") no-repeat;
    position: absolute;
    top: 0px;
    right: 40px;
    height: 85px;
    width: 125px;
}


#div_arrow_up2 {
    background: url("/shared/static/installer/arrowup2.png") no-repeat;
    _background: url("/shared/static/installer/arrowup2.png") no-repeat;
    position: absolute;
    top: 0px;
    right: 20px;
    height: 85px;
    width: 29px;
}

#divInstallingIsEasy {
    margin: 6px;
    margin-right: 10px;
    margin-left: 0px;
    position: absolute;
    height: 35px;
    left: 45px; 
    top: 0px; 
    right: 0px;
}

#divInstallingIsEasy #msg {
    font-variant: small-caps;
    font-family: Helvetica; 
    font-size: 14px; 
    color: #dddddd; 
    height: 35px; 
    float: left;
    margin-right: 25px;
}

#divInstallHeader {
    
}

#divInstallHelper li {
    padding-left: 0px;
    padding-top: 3px;
    font-size: 13px;
    min-height: 25px;
    width: 100%;
    /*
    background: url("/shared/static/installer/numcircle.png") no-repeat;    
    _background: url("/shared/static/installer/numcircle.png") no-repeat;    
    */
    vertical-align: middle;
}

#divInstallHelper .ie_li {
    display:list-item;
    padding-left: 0px;
    padding-top: 3px;
}


#divInstallHelper ol, #divInstallHelper ul  {
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    padding-left: 38px;
}

#dialogs img {
    margin: 5px;
}

.window_button {
	padding: 5px 10px 5px 10px;
	margin: 10px;
	border: 1px solid #666666;
	color: #fff;
	font-size: 14px;
	display: inline;
	cursor: pointer;
	cursor: hand;
	background-color: #291806;
}

.window_button:hover {
	background-color: #FF6600;
}


#ie_progressbar {  
    width:226px;
    height:25px;
    border:2px solid #ccc;  
    padding:1;  
    margin:0;  
    position:relative;   
    text-align: left;
    background: url("/shared/static/installer/download-bar-bg.png");
    _background: url("/shared/static/installer/download-bar-bg.png");
} 

#ie_progressbar_fill {  
    
    background: url("/shared/static/installer/download-bar.png");
    _background: url("/shared/static/installer/download-bar.png");
    //background6ce300;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 3px;
    padding: 1px;
    height: 23px;
    width: 0px;
} 


#cooliris_logo
{
	float: left;
	_background: url('/shared/static/installer/logos/cooliris.png') no-repeat;
	width: 31px;
	height: 32px;
	background-image: url(static/images/cooliris.png);
	background-repeat: no-repeat;
}

#installing_is_easy
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	_background: url('/shared/static/installer/installingiseasy.gif') no-repeat;
	width: 123px;
	height: 16px;
	float: left;
	background-image: url(static/images/installingiseasy.png);
	background-repeat: no-repeat;
}
ㄋ

