* {
	margin: 0;
	padding: 0;
}
body {
	font: 18px Verdana;
	color: #FFF;
    background: #cacaca;
}


#picbox {
	margin: 0px auto;
	width: 86%;
}
#boxcard {
	z-index: 1;
    margin: 10px auto;
    width: 1200px;
}
#boxcard div{
	float: left;
	width: 126px;
	height: 130px;
	margin: 5px;
	padding: 5px;	
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
    background-color: #FFF;
	z-index: 2;
	
}

#boxcard div:hover{
	background: #704577;
}

#boxcard div img {

	border-radius: 10px;
	z-index: 3;
    width: 126px;
    height: 130px;
}
#boxbuttons {
	text-align: center;
	
	display: block;
	direction: ltr;
	height: 75px;
}
#boxbuttons .button {
    text-transform: uppercase;
    background: #d2d2d2;
    padding: 7px 10px;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}
#boxbuttons .button:hover {
	background: #999;
}

.words{
    font-size: 85px;
    text-align: right;
    color: #1a2188;
    background-color: #fff;
    padding: 11px;
}

#questionArea{
	
    width: 55%;
    float: left;
    text-align: right;
}

#resultCheckMark{
	    float: left;
    position: relative;
    top: 15px;
    left: 35px;
    display: block;
    width: 120px;
    height: 120px;
}

.colorSelector{cursor: pointer; border: 2px solid #000;}
.colorSelector:hover{border: 2px solid #FFF;}