.rialto
{ /*Use basic Book Antiqua and serif fonts for basic stylesheet*/
font-family: Book Antiqua, serif;
color: #53420D;
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
font-weight: bold;
}
.venice
{ /*Use basic Book Antiqua and serif fonts for basic stylesheet*/
font-family: Book Antiqua, serif;
color: #53420D;
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
font-weight: bold;
}
.rialtoform
{
background-color: #D9C7A1;
}
.veniceform
{
background-color: #D9C7A1;
}
input.rialtoform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* background: url(images/parchment_background.jpg) no-repeat; */
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;
}
input.veniceform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* background: url(images/parchment_background.jpg) no-repeat; */
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;
}
select.rialtoform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;
}
select.veniceform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;
}
textarea.rialtoform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* background: url(images/parchment_background.jpg) no-repeat; */
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;overflow:hidden;
overflow-y: hidden;
overflow-x: hidden;
}
textarea.veniceform
{
font-family: Book Antiqua, serif;
color: #53420D;
background-color: #D9C7A1;
/* background: url(images/parchment_background.jpg) no-repeat; */
/* Specify font size in points or general size number */
font-size: 14pt;
/*font-size: 4;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
border: 0px solid #53420D;overflow:hidden;
overflow-y: hidden;
overflow-x: hidden;
}
.rialtosmall
{ /*Create another class with smaller font and different color*/
font-family: Book Antiqua, serif;
color: #9E9A6B;
/* Specify font size in points or general size number */
font-size: 12pt;
/*font-size: 2;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
font-weight: bold;
}
.venicesmall
{ /*Create another class with smaller font and different color*/
font-family: Book Antiqua, serif;
color: #9E9A6B;
/* Specify font size in points or general size number */
font-size: 12pt;
/*font-size: 2;*/
letter-space: 1;
/* Book Antiqua font needs to be in italics */
font-style: italic;
font-weight: bold;
}
