.yeahCheckbox {
	cursor: pointer;
	font-size: 24px;
}

.hand {
	cursor: pointer;
}

body {
   min-width:600px; /* suppose you want minimun width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:600px;             /* As IE ignores !important it will set width as 1000px; */	
}

.rrr {
	text-align: right;
}

.trans {
	opacity: .90;
}
