form input {
    display: block;
}

div#flash.notice {
    width: 436px;
    margin: 20px;
    padding: 10px;
    background-color: #fdfbb9;
    border: medium solid #a8a800;
    font-family: "Times New Roman";
    font-size: 16px;
    color: black;
}

input.download {
    font-size: 16px;
    font-family: Arial, sans-serif;
    height: 26px;
    background-image: url(../images/back03.gif);
    border-color: black;
    border-width: 1px;
}

div.fieldWithErrors input {
    border: medium solid red;
}

div.errorExplanation{
	background-color: #fff0f0;
	border: medium solid red;
	margin: 20px;
	padding: 10px;
}

div#side_writing {
    padding: 10px;
    color: #49452D;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 1.5;
}
a img{
	border:none;
}

/* This msg displays on the Vivo screencast if the right version of Flash is not installed */
div#cs_noexpressUpdate {
    font-size: 12pt;
    color: black;
}

div.install-vivo {
	color: black;
	text-align: center; 
	margin-bottom: 3em;
}
div.install-vivo p {
	font-size: 10pt;
}
div.install-vivo div.step1 {
	border-top: 1px grey solid;
	border-bottom: 1px grey solid;
}
div.install-vivo div.step2 {
	border-bottom: 1px grey solid;
}
div.install-vivo h1 {
	font-size: 15pt;
	color: black;
}
div.install-vivo h2 {
	font-size: 13.5pt;
}

.drag-to-install {
	cursor: move;	
}