/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
body {background-repeat:no-repeat; line-height:14pt;}

a:link {
  text-decoration: none;
  color: #750031; font-family:arial; font-size:10pt; font-weight:bold;}

a:active {
  TEXT-DECORATION: none;
  color: #750031;font-family:arial; font-size:10pt; font-weight:bold;}

a:visited {
  TEXT-DECORATION: none;
  color: #750031;font-family:arial; font-size:10pt; font-weight:bold;}
 
a:hover {
  TEXT-DECORATION: none;
  color: #CD3575;font-family:arial; font-size:10pt; font-weight:bold;}

 .content {
  COLOR: #5c6063;font-family:arial; font-size:10pt; font-style: normal; text-decoration: none}
  
 table {
  COLOR: #5c6063; font-family:arial;  font-size:10pt; text-decoration: none; line-height:14pt; background-repeat:norepeat;}


div {
  COLOR: #5c6063; font-family:arial;  font-size:10pt; text-decoration: none; line-height:14pt;}
  
form {
  COLOR: #5c6063; font-family:arial;  font-size:10pt; text-decoration: none}
p {
  COLOR: #5c6063; font-family:arial;  font-size:10pt; text-decoration: none; line-height:14pt;}
  
  .textboxes 
	{font-color:#000000;
 	font-family: arial;
	background:#FFFFFF;
	font-size:10pt;
	border: #ffffff 1px solid;
	width: 210;
	height: 21;
}

 .textboxes2
	{font-color:#000000;
 	font-family: arial;
	background:#16b1ea;
	font-size:10pt;
	border: #ffffff 1px solid;
	width: 130;
	height: 21;
}

 .comment
	{font-color:#000000;
 	font-family: arial;
	background:#16b1ea;
	font-size:10pt;
	border: #ffffff 1px solid;
	width: 130;
	height: 100;
}

.drops
	{font-color:#000000;
 	font-family: arial;
	background:#FFFFFF;
	font-size:10pt;
	border: #ffffff9 1px solid;
	width: 60;
	height: 18;
}

.submit 
	{color:#FFFFFF;
 	font-family: arial;
	background:#db2879;
	font-size:10pt;
	font-weight:bold;
	border: #FFFFFF 1px solid;
	width:50;
	}
	
	.submit2
	{color:#FFFFFF;
 	font-family: arial;
	background:#16b1ea;
	font-size:10pt;
	font-weight:bold;
	border: #FFFFFF 1px solid;
	width:50;
	}