


.formcontainer {
    font-family: sans-serif;
    width: 330px;
    margin: 0 auto;
    position: relative;

    background: #f3f3f3;
    border: 1px solid #fff;
    border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.formcontainer .content {
	padding: 15px 15px 15px 15px;
}

.formcontainer .footer {
	padding: 15px;
	overflow: auto;
	background: #d4dedf;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

.button,.buttonselected {
    font-family: sans-serif;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
}

.button {
    background: #56c2e1;
    border: 1px solid #46b3d3;
    box-shadow: inset 0 0 2px rgba(256, 256, 256, 0.75);
    -moz-box-shadow: inset 0 0 2px rgba(256, 256, 256, 0.75);
    -webkit-box-shadow: inset 0 0 2px rgba(256, 256, 256, 0.75);
}

.buttonselected {
    background: #3f9db8;
    border: 1px solid rgba(256, 256, 256, 0.75);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}