html {
    text-align: center;
    background-color: #FFF;
}
body {
    padding: 15px 15px 15px 15px;
    width: 400px;
    height: 275px;
    background-color: #F2F2F2;
    border: 4px solid #CC3300;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    font-family: sans-serif;
    font-size: 12px;
    background-image: url(../images/stories/jiko/webmail_client.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
input {
    font-size: 12px;
}
h1, iframe {
    padding: 0;
    margin: 0;
	color: #CC3300;
}
#size {
    width: 4em;
}
#submit {
    font-size: 16px;
    background-color: #CCCCCC;
    color: #000;
    border: 3px solid #333333;
}

p {
	line-height: 22px;
}