/*
<link href="amc.css" rel="stylesheet" type="text/css">
*/

.course_box 
{  
	border:thin solid #999999;
	width:80%;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

.course_box_header 
{  
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	border-bottom:thin solid #999999;
	width:98%;
	padding:5px;
	overflow:hidden;
}

.course_box_header_left 
{  
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#006699;
	text-align:left;
	width:49%;
	float:left;
}

.course_box_header_right 
{  
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	1font-weight:bold;
	color:#CC3300;
	text-align:right;
	width:49%;
	float:right;
}

.course_box_content 
{  
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	width:100%;
	padding:5px;
}

.red_box
{
	width:310px;
	height:210px;
	background-image:url(images/red-box.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

.box_header
{
	width:100%;
	1border:thin solid #0E6F10;
	color:#FFFFFF;
	font-family:"Segoe UI";
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:12px;
	padding-bottom:10px;
	1padding-left:20px;
}

.box_content
{
	width:100%;
	1border-bottom:thin solid #0E6F10;
	font-family:"Segoe UI";
	font-size:12px;
	text-align:left;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

#short_textbox
{
	width:50px;
	height:25px;
	border:thin solid #0E6F10;
	font-family:"Segoe UI";
	font-size:12px;
}

#medium_textbox
{
	width:100px;
	height:25px;
	border:thin solid #0E6F10;
	font-family:"Segoe UI";
	font-size:12px;
}

#long_textbox
{
	width:150px;
	height:25px;
	border:thin solid #0E6F10;
	font-family:"Segoe UI";
	font-size:12px;
	vertical-align:middle;
	padding:2px;
}

#red_login_button
{
	width:106px;
	height:36px;
	border:none;
	background-image:url(images/red-login-button.jpg);
	font-family:"Segoe UI";
	text-align:right;
	padding-right:10px;
	font-size:12px;
	color:#FFFFFF;
}

.error_text 
{  
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}





