body {
	background:#eeeeee;
	background-image:url(images/graduatedbkg.png);
	background-repeat:repeat-x;
}
body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333
}

.intro {font-size:17px; line-height:22px}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#999;
	font-weight:normal
}
input {
	padding:5px;
	border:#CCC 1px solid
}
.fullpage {
	width:100%;
	text-align:center
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
	background-color:#FFF;
	padding:20px;
	border-radius: 10px 10px 10px 10px;
	border:#CCC 1px solid
}
.OptionName {
	font-size:12;
	padding-top:5px;
	padding-bottom:5px
}
.YourChoice {
	width:100px
}
.boldno {
	font-weight: bold;
	color: #FF0000;
}
.grey_medfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.headfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* AUTOSUGGEST */

#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#country {
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}
.suggestionsBox {
	position: absolute;
	left: 0px;
	top:40px;
	margin: 26px 0px 0px 0px;
	width: 200px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}
.load {
	background-image:url(loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#suggest {
	position:relative;
}

