﻿body {
margin: 0px;
padding: 0px;
}

div.cv
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	width: 720px;
}

div.cv h1
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div.cv table.cvform
{
	
	font-size: 10pt;
}

div.cv table.cvform tr.lastRow td
{
	border: none;
	padding-bottom: 30px;
}

div.cv table.cvform td
{
	border-bottom: dashed 1px silver;
	vertical-align: top;
}


div.cv table.cvform td.h
{
	padding: 6px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background: #b9b9b9;
	border :none;
}

div.cv div.error
{
	border: solid 1px Red;
	padding: 1px;
	margin: 10px 0px;
}

div.cv div.error span
{
	display: block;
	background: Red;
	color:White;
	font-weight: bold;
	padding: 5px;
}

div.cv div.success
{
	border: solid 1px Green;
	padding: 1px;
	margin: 10px 0px;
}

div.cv div.success span
{
	display: block;
	background: Green;
	color:White;
	font-weight: bold;
	padding:5px;
}

div.cv div.notification
{
	border: solid 1px #f9dc68;
	padding: 1px;
	margin: 10px 0px;
}

div.cv div.notification span
{
	display: block;
	background: #f9dc68;
	color: Black;
	padding: 5px;
}



