@charset "UTF-8";
/* CSS Document */
	
/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
	display: inline;
}
/* end hide */

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* style for cal gateway */

#calWrapper {
	width: 950px;
	position: relative;
	background: url(../koco_images/forWeb/kocoSig.gif) no-repeat 0 52px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	top: 40%;
}

#calContent {
	position: relative;
	top: 20px;
	left: 1px;
}

#calContent form {
	text-align: right;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
}

#calContent form input {
	position: relative;
	top: 6px;
	right: 0;
	margin-left: -4px;
}

#calContent form select {
	width: 140px;
	margin-left: 3px;
	background-color: white;
}

