.main { width: 700px;
		position: relative;
		left: 10%;
		padding: 10px;
		background-color: #ffffcc;
		border-width:  1px; 
		border-color:  #3399ff;
		border-style: solid;
		font-family: sans-serif; }

.warning { text-align: center;
            font-size: x-large; 
            color: #ff3300; }

