@CHARSET "UTF-8";

#download_form {
	display: none;
}

#downloads select {
    width: 200px;
}

div.dammy {
	width: 300px;
    height: 300px;
}

.floatwindow {
    position: absolute;
    display: none;
    width: 800px;
    height: 300px;
    background-color: #fff;
    padding:40px;
}

.close {
    position: absolute;
    top: 0px;
    left: 0px;
    
    margin: 5px;
}

#download_agree {
	width: 220px;
    float:left;
}

#download_agree_form {
    width: 200px;
}

#download_agree_form li {
    padding: 10px 0 0;
}

#download_agree_form li.submit {
    padding-top: 20px;
    text-align: center;
}

#email_address {
    width: 190px;
}


#download_submit {
	width: 100px;
}

#regulations {
    overflow: auto;
    float: right;
    width: 570px;
    height: 300px;
}

div#thanks p{
	margin-top: 100px;
	margin-left: 50px;
}

p#araki {
    padding-left: 500px;
}