/* 
Resets defualt browser settings
reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; direction:ltr;}
:focus { outline:0;
}
a:active { outline:none;
}
body { line-height:1; color:black; background:white; direction:ltr;
}
ul { list-style:none; direction:ltr;}
table { border-collapse:separate; border-spacing:0; direction:ltr;
}
caption,th,td { text-align:right; font-weight:normal; vertical-align:middle; direction:ltr;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; direction:ltr;
}
blockquote,q { quotes:"" ""; direction:ltr;
}
/*End Resets*/
/*basic style*/
html,body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:50px;
	background-color:white;
	font-family:arial;
	font-size:10pt;
	line-height:1.3;
}
body
{
	background:white;
	color:#4d4d4d;
}
#bigerbox
{
	position:relative;
	width:350px;
	height:400px;
	top:100px;
	margin:0 auto;
}
#bigbox
{
	position:relative;
	border:solid 3px #fedcba;
	border-radius:10px;
	width:280px;
	height:355px;
	left:25px;
}
.box
{
	width:76px;
	height:76px;
	position:absolute;
	top:10px;
	/* background-image:url('prize.jpg'); */
	background-color:#abcdef;	
	border:solid 2px #00ff40;
	border-radius:5px;
}
#box0
{
	left:10px;
	/* background-color:red; */
}
#box1
{
	left:100px;
	/* background-color:green; */
}
#box2
{
	left:190px;
	/* background-color:blue; */
}
#instr
{
	position:relative;
	top:15px;
	left:-6px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:black;
}
/* img
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
} */
