@charset "utf-8";
/* CSS Document */
body{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 14px;
}
.certi-front{
	background:url(images/card-background-front.jpg) no-repeat;
	width: 758px;
	height: 474px;
	margin: auto;
	padding: 5px 20px;
}
.certi-back{
	background:url(images/card-background.jpg) no-repeat;
	width: 758px;
	height: 474px;
	margin: auto;
	padding: 20px;
}
.certiblue-front{
	background:url(images/card-background-front-blue.jpg) no-repeat;
	width: 758px;
	height: 474px;
	margin: auto;
	padding: 5px 20px;
}
.certiblue-back{
	background:url(images/card-background-blue.jpg) no-repeat;
	width: 758px;
	height: 474px;
	margin: auto;
	padding: 20px;
}
.clear{
	clear: both;
	height: 30px;
}
.clear10{
	clear: both;
	height: 10px;
}
.text{
	font-size: 18px;
}
.center{
	text-align: center;
}
.coursename{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.stdname{
	text-align: center;
	border-bottom: solid 1px #333333;
	font-size: 30px;
	font-weight: bold;
	margin-top: 70px;
}
.bottom{
	bottom: 0px;
	margin-top: 100px;;
}
.trainer{
	width: 75%;
	margin-right: 5%;
	float: left;
}
.trainername{
	border-bottom: solid 1px #333333;
}
.date{
	width: 20%;
	float: left;
}
.coursedate{
	border-bottom: solid 1px #333333;
}
.bigtext{
	font-size: 28px;
	font-weight: bold;
}
.logobottom{
	float: right;
}
.imgdiv{
	float: left;
	padding-left: 75px;
}
.userdiv1{
	border:solid 2px #333333;
	margin: 35px 30px;
	padding: 3px;
	text-align: center;
	line-height: 150%;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.userdiv{
	border:double 1px #333333;
	padding: 10px;
	text-align: center;
	line-height: 150%;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.logotop{
	float: left;
}
.regno{
	float: right;
	color: #c00202;
	padding-top: 25px;
	font-size: 28px;
	font-weight: bold;
}