html { 
  background: url(bg.jpg) center center no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}

	.container {
		width: 100%;
		float: left;
		margin: 0 auto;
	}
		.logo {
			background: url(logo.png) bottom left no-repeat #ae0c2a;
			height: 108px;
			margin: 0px auto 0;
			padding: 0;
			width: 980px;
		}
		.holder  {
			width: 940px;
			margin: 0px auto 0px auto;
			padding: 40px 20px 0 20px;
			background: url(opacity.png) top left repeat;
		}	

		.holder h1,
		.holder form,
		.holder .languages .languages,
		.holder .firsttime,
		.holder .aboutcesim {
		}
	
		.holder form {
			margin: 0px auto 0;
			float: left;
			
			padding: 20px;
		}
	
		.holder .formi {}
			.holder .formi table { 
				width: 390px; 
				font-size: 16px;
				margin: 0 auto;
				color: #fff;
				position: relative;
			}
			.holder .formi td { padding-bottom: 10px; }
				.holder .formi td.c_1 { width: 150px; }

			.holder .formi td { display: block; }


			.holder .formi td.c_3 {  }	
				
			.holder .formi .c_2 input { 
				width: 370px; 
				border: 2px solid #333; 
				padding: 10px; 
				border-radius: 5px;
				background: #aaa url(slide.gif) top center repeat-x;
			}
				.holder .formi .r_2 .c_2 input { width: 250px; }
				.holder .formi .c_2 input:focus { border-color: #c21c1d; }

			.holder .formi .c_3 { 
				text-align: right; 
				padding: 0;
			}
				.holder .formi .c_3 input {
					font-size: 14px; 
					padding: 8px 20px;
					color: #000; 
					text-decoration: none; 
					border: 2px solid #333;
					border-bottom: 3px solid #333;
					border-radius: 3px; 
					font-weight: bold;					
					
					background: #aaa url(slide.png) top left repeat-x;
					cursor: pointer;
					position: absolute;
					bottom: 47px;
					right: 2px;
					width: 100px;
				}
					.holder .ie6 .formi .c_3 input { bottom: 38px; }
					.holder .ie7 .formi .c_3 input { bottom: 38px; }

			.holder .formi .forgot { text-align: right; font-size: 12px; border-top: 1px solid #888; padding: 10px 0 0 0; }
			.holder .formi .forgot a { color: #888; text-decoration: none; }
			.holder .formi .forgot a:hover { color: #fff; }

	.holder .aboutcesim {
		margin: 0 0 0 -20px;
		padding: 10px 10px 20px 10px;
		font-size: 10px;
		color: #888;
		float: left;
		width: 960px;
		text-align: right;
		border-bottom: 20px solid #c21c1d;
		background: url(opacity.png) top left repeat;
	}
		a.cesim {
			background: url(cesimloho.png) top left no-repeat; 
			width: 111px; 
			height: 25px; 
			float: right;
			margin: 5px 0 0 10px;
		}
	.holder .languages { 
		list-type: none; 
		text-align: center; 
		clear: both; 
		padding: 0 0;
		margin: 0px 0 0 0;
		width: 940px;
	}
		.holder .languages li { 
			display: inline; 
			padding: 2px 3px 0 3px; 
			border-right: 1px dotted #888;
		}
			.holder .languages li:last-child { border: 0; }
		.holder .languages li img { border: 0; width: 20px; opacity: 0.3; }
		.holder .languages li a:hover img { opacity: 1; }
		.holder .instructorRegistration{ text-align: center; }
			
	
	
	
	
	
	
	.clear:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
		
		.holder .firsttime {
			margin: 0 10px 0 0;
			width: 390px;
			float: right;
			
			padding: 20px;
			background: #ffeec6;

			text-align: center;
			padding: 0 0 60px 0;
			border-radius: 0;
		}
		.holder .firsttime div {
			font-size: 14px;
			margin-top: 40px;
			margin-bottom: 30px;
			color: #333;
			font-weight: bold;
		}
		
		.holder .firsttime a { 
			font-size: 14px; 
			padding: 15px 25px;
			color: #fff; 
			font-weight: bold;
			text-decoration: none; 
			background: #ab8a6c;
		}
			.holder .firsttime a:hover { color: #000; background: #69513b; color: #fff; }

		
		
		
		

#notificationsPopup,
.invalid {
    background: none repeat scroll 0 0 #F7F6BD;
    border: 2px solid #c21c1d;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 10px;
    margin: 20px 10px 50px 20px;
}
#notificationsPopup ul,
.invalid ul {
    color: #7B6000;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    background: url("warning.gif") no-repeat scroll left center transparent;
}
#notificationsPopup ul li,
.invalid ul li {
    display: block;
    padding: 10px 0 10px 50px;
}
#notificationsPopup ul li.odd {
    border-top: 1px solid #DEDDAA;
}
#notificationsPopup a {
    color: #000000;
    font-size: 10px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}
#notificationsPopup a:hover {
    text-decoration: underline;
}				
		
	
	*/
	
	
	