/* normalize margin, padding */


/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

.container .pusher{
	cursor:pointer;
	padding:5px;
	margin:0; 
}

.container .mover{
	padding:5px;
	margin: 0;
}

.container {
background-color: #FFC; 	margin: 10px 0 0 0;

border:thin solid #333333; width: 400px;
}