@CHARSET "UTF-8";

body {
	/*background: url(../images/background3.png);*/
	/*background: url(../images/1b3t2.png);background-repeat:no-repeat;*/
	background:#FFFFEE;
	margin: 0;
	text-align:center;
}

.clear-fix:AFTER {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h2 {
	font-size: 2.5em;
	margin: 1em auto;
	text-align: center;
	color: rgb(255,153,0);
	
}

.panel {
	background-color: #FFFFDD;
	border: 1px solid grey;
	border-radius: 5px;
	/*box-shadow: 3px 3px 5px #888;*/
	color: #333;
	font-family: helvetica, verdana, georgia;
	font-size: 1em;
	margin: 40px auto 40px auto;
	padding: 20px 20px;
	text-align: justify;
	width: 55%;
	text-align:left;
	
	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}

/*
.panel:HOVER {
	box-shadow: 0 0 8px 8px rgb(200, 150, 160);
}
*/

.panel h3 {
	/*color: rgb(120, 0, 30);*/
	/*color: rgb(102,153,255);*/
	color: rgb(255,153,0);
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
}


.button {
	border: 1px solid #BBB;
	border-color: gray;
	border-radius: .3em;
	/*color: white;*/
	cursor: pointer;
	font:inherit;
	font-weight: bold;
	padding: .2em .5em;
	vertical-align: middle;
	
	/*background-image: url(../images/icon/submit.png);*/
	/*background-image: -webkit-linear-gradient(top, #D9D9D9, #78001E);
	background-image: -moz-linear-gradient(top, #D9D9D9, #78001E);
	background-image: -o-linear-gradient(top, #D9D9D9, #78001E);
	background-image: -ms-linear-gradient(top, #D9D9D9, #78001E);
	background-image: linear-gradient(top, #D9D9D9, #78001E);*/
	background-image: -webkit-linear-gradient(top, #FFFFEE, #FF9900);
	background-image: -moz-linear-gradient(top, #FFFFEE, #FF9900);
	background-image: -o-linear-gradient(top, #FFFFEE, #FF9900);
	background-image: -ms-linear-gradient(top, #FFFFEE, #FF9900);
	background-image: linear-gradient(top, #FFFFEE, #FF9900);
	
}

.button:HOVER {
	background-color: #FF9900;
	background-image: none;
}

#jmol-panel {
	text-align:left;
	background-color: #EEE;
	border: 1px solid rgb(120, 0, 30);
	margin: 0 auto;
	width: 600px;
}

/*.img{
	border:2px solid;
}*/
/*.img img{width:800px; height:284px}*/
.img1 {
	text-align: center;
}
.img1 img{
	border: 2px solid rgb(218,165,105);
	width: 390px;
	height: 200px;
}

.img2 {
	text-align: center;
}
.img2 img{
	border: 2px solid rgb(218,165,105);
	width:390px;
	height:100px;
	text-align: center;
}

.img3 {
	text-align: center;
}
.img3 img{
	border: 2px solid rgb(218,165,105);
	width:800px;
	height:190px;
	text-align: center;
}

.img4 {
	text-align: center;
}
.img4 img{
	border: 2px solid rgb(218,165,105);
	width: 600px;
	height: 620px;
	text-align: center;
}
.step p{
	font-size: 1.5em;
	color:red;
}
.subStep p{
	font-size: 1.2em;
	color:red;
}
