﻿/**
* VAIO Care Rescue
* ©2009, 2010, 2011 Sony Corporation
*/

#step_1 {
    display: none;
}

#step_2 {
    display: none;
}

#step_3 {
	display: none;
}

#instruction1{
    line-height: 18px;
    margin-top: 19px;
}

#instruction2{
    margin-top: 19px;
    margin-bottom: 19px;
}

#confirmcheckbox {
    margin-left: 20px;
}

.dialogWindow .content h1 {
    margin-top: -5px;
}

.dialogWindow .content p {
    line-height: 18px;
    margin-top: 17px;
}

.warning {
    padding: 0px 0px 0px 20px;
    background-position: 0px 0px;
}

.progressstatus {
    margin-top: 18px;
    width: 355px;
    height: 20px;
}

#step_3_progess_status {

}

#step_3_progress_percent {
    float: right;
    color: rgb(102,102,102);
}