input[type=text], input[type=number], input[type="password"], select {
    width: 160px;
    padding: 12px 20px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 24px;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 24px;
} 

.box {
	margin: 0 auto;
	max-width: 980px;
    padding: 10px;
}

.imageRight {
border-style:none;
border-radius:5px;
margin-left:20px;
margin-bottom:20px;
float:right;
}

.imageLeft {
border-style:none;
border-radius:5px;
margin-right:20px;
margin-bottom:20px;
float:left;
}