
body { 
  	font-family: Verdana, sans-serif;
	color:#303030;
	background:#fff;
	text-align:center; /* for IE */
  	margin:0 auto; /* for the rest */
}

#wrap{
	margin: 0 auto;
	width: 1000px;
	padding:0;
	/*background: #EDE9FF;*/
}

table{
	/*background-color: #ffffff;*/
	text-align: center;
}
a, a:link, a:visited {
  color: #1f82a9;
  background:inherit;
  background-color: transparent;
  text-decoration: underline; 
  cursor: pointer;
}
a:hover {
  color: #006699;
  background:inherit;
  text-decoration: underline;
}

h1,h2,h3 { font-family: Cambria, Helvetica, Arial, Verdana, san-serif; }

.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
.style3 {
	font-size: large;
	color: #0000FF;
}
.style4 {
	vertical-align: top;
}
.style5 {
	text-align: left;
	font-size: large;
	color: #0000FF;
}
.style7 {
	text-align: center;
	font-size: large;
}
.auto-style1 {
	text-align: center;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style3 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}
.auto-style4 {
	text-align: left;
	font-size: large;
	color: #0000FF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style5 {
	text-align: left;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style5-c {
	text-align: center;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style6 {
	font-size: large;
	color: #0000FF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style7 {
	text-align: center;
	font-size: large;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.auto-style8 {
	border-width: 0px;
}
.auto-style9 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: x-large;
}
.auto-style10 {
	vertical-align: top;
	text-align: center;
}


.highlight{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #FF0000;
}

.auto-style12 {
	color: #1F82A9;
}

.results{
	width:100%;
}

.results img{
	border: 1px solid #AAA;
	width: 320px;
}

.tips{
	color: #888;
	font-size: 14px;
}

.applicationDetail{
	text-align: left;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color:#303030;
}

.rotating{
	-moz-animation: spin 5s infinite linear;
	-webkit-animation: spin 5s infinite linear;
	animation: spin 5s infinite linear;
}

@-webkit-keyframes spin {
    from {-webkit-transform: rotate(360deg)}
    to {-webkit-transform: rotate(0deg)}
}	

@-moz-keyframes spin {
    from {-moz-transform: rotate(360deg)}
    to {-moz-transform: rotate(0deg)}
}

@keyframes spin {
    from {transform: rotate(360deg)}
    to {transform: rotate(0deg)}
}


#rollingForeground{
	width: 200px;
	z-index: 0;
	position: relative;
	left: -100px;
	top: 30px;
}

#rollingBackground{
	width: 500px;
	z-index: 1;
	position: relative;
	top: 0px;
	left: 100px;
}

#rollingBox{
	height: 270px;
	margin-top: 0px;
}

#paper_icon{
	padding:0; 
	clear:both; 
	border:1px solid black; 
	box-shadow: 5px 5px 3px #888888;
}

.resultImg{
	width: 100%;
	border: 1px solid #B1A7FF;
}

.resultImg2{
	width: 600px;
	border: 1px solid #B1A7FF;
}

.resultsTable{
	margin:0 auto;
	width: 100%;
	font-size:13px;
}
.resultsTable td{
	padding: 5px;
}

.introduction{
	font-size:13px;
	color: #B1A7FF;
}

input[type=button]{
	width: 100px;
	height: 30px;
	background: #FFF;
	border: 2px solid #B1A7FF;
	border-radius: 10px;
}

a.reference_mark{
	text-decoration: none;
}