li {
     text-align: justify;
     list-style: none;
     padding-bottom: 10px;
     padding-left: 0px;
     margin-left: 0px;
     padding-top: 0px;
     margin-top: 0px;
}

li.bullet {
     list-style-image: url('../images/list_item.png');
     margin-left: 20px;
}

ul {
    padding-left: 0px;
     margin-left: 0px;
     padding-top: 0px;
     margin-top: 0px;
}


h1.header_title {
	margin: 0px;
	padding-top: 20px;
	color: #ffffff;
	padding-left: 17px;
	font-weight: bold;
	font-size: 24px;
}
h2.header_title {
	margin: 0px;
	padding-top: 10px;
	color: #0000ff;
	padding-left: 17px;
	font-weight: bold;
        font-size: 16px;
}

input, select, textarea
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 11px;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

input#submit_button {
	width: 100px;
}

#opacity-layer {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        background: #000;
        width: 100%;
	height: 100%;
        filter: alpha(opacity=70);
        -moz-opacity:.70;
        opacity: .7;
        z-index: 100;
	display: none;
}

td.list_item {
	width: 120px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}

/*
 * NOTIFICATIONS
 *
 */

div.notify_ok {
	position:absolute; 
	left: 200px; 
	top: 200px; 
	border: 10px solid green; 
	text-align: center; 
	background-color: #99ff99; 
	width: 250px; 
	padding: 8px; 
	color: green;
	display: none;
	z-index:3;
}

div.notify_error {
	position:absolute; 
	left: 200px; 
	top: 200px; 
	border: 10px solid red; 
	text-align: center; 
	background-color: #FFCCCC; 
	width: 250px; 
	padding: 8px; 
	color: red;
	display: none;
	z-index:3;
}

div.notify_spam {
	position:absolute; 
	left: 200px; 
	top: 200px; 
	border: 10px solid red; 
	text-align: center; 
	background-color: #FFCCCC; 
	width: 250px; 
	padding: 8px; 
	color: red;
	display: none;
	z-index:3;
}

div.lang_confirm {
	position:absolute; 
	left: 200px; 
	top: 100px;
	-moz-border-radius: 5px;
	border: 5px solid #333; 
	text-align: center; 
	background-color: #999; 
	width: 350px; 
	padding: 8px; 
	color: #333;
	display: none;
	z-index: 200;
}

a.lang_confirm_link {
	text-decoration: none;
	color: #666;
}

a.lang_confirm_link:hover {
	text-decoration: underline;
}

div.close_notification {
	text-align: right;
}

/*
 * CONTACT ME FORM
 *
 */

#contactme-form {
	-moz-border-radius: 10px;
	width: 520px;
	height: 440px;
	text-align: center;
	position: absolute; 
	display: none;
	top: 30px;
	left: 30px;
	z-index: 200;
	background: #fff;
	padding: 20px;
	border: 5px solid #333333;
}

#contactme-form h2 {
	font-weight: bold;
	font-size: 15px;
	color: #0000ff;
}

#contactme-form p {
	margin: 10px;
}

#contactme-form label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
}

#contactme-form span.note {
	font-size: 85%;
}

#contactme-form input {
	width: 350px;
}

#contactme-form textarea {
	width: 350px;
	height: 140px;
}

#contactme-form div#pay_attention {
	margin-left:145px;
	text-align: left;
	font-weight: bold;
	color: #ff6666;
	width: 350px;
}

#contactme-form div#title {
	width: 400px;
	margin-left:30px;
	text-align: left;
	float: left;
}

#contactme-form div#footnote {
	width: 400px;
	margin-left:30px;
	text-align: left;
	float: left;
}

/*
 * TAG CLOUDS
 *
 */
.cloud-level1 {
	color: #666666;
	font-size: 100%;
}

.cloud-level2 {
	color: #888888;
	font-size: 90%;
}

.cloud-level3 {
	color: #aaaaaa;
	font-size: 60%;
}

ul.cloud-level li {
     	list-style: none;
	float: left;
	margin-right: 15px;
}

/*
 * PHOTOS
 *
 */
img.nice_border {
	border: 3px solid #ccc;
}

img.nice_border:hover {
	border: 3px solid #0099CC;
}
td.photo_cell {
	width: 140px;
	height: 140px;
}

