body {
	background-color:#000000;
	background:url(images/back.gif);
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

#top{
	text-align: center;
}

#menu{
	text-align: center;
	
}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:underline;
	margin-left: 7px;
}

#main {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#content {
  background-color: #CCCCCC;
  background:url(images/back_light.gif);
  display: -moz-inline-box;
  display: inline-block;
  text-align:left;
  padding: 5px;
  width: 800px;
  border:#666666 1px solid;
  font-size:14px;
  color: #0099CC;
}

#content h1{
  color: #006699;
}

#content h2{
  color: #006699;
}

#content a{
  text-decoration: underline;
  color: #0066CC;
}

#content a:hover{
  color:#000000;
}



.code_applescript{
  background-color:#FFFFFF;
	width: 500px;
  font-family:Verdana;
	color: #000000;
	font-weight:bold;
}

.green{
  color:#009900;
}

.blue{
  color:#0000CC;

}

#me_pict{
  margin-left: 50px;
}

#img_apple{
  margin-bottom: 50px;
}
#img_bmw{
  margin-bottom: 30px;
}
#img_coin{
  margin-right: 20px;
}

.up {
  margin-top: 10%;
}

#feedback{
	background-color:#9ca2af;
	width:310px;
	height:285px;
	position:fixed;
	bottom:0px;
	right:15px;
	margin-bottom:-230px;
	z-index:10000;
}

#feedback .section{
	background:url('img/bg.png') repeat-x top left;
	border:1px solid #808f81;
	border-bottom:none;
	padding:10px 25px 25px;
}

#feedback .color{
	float:left;
	height:0px;
	width:20%;
	overflow:hidden;
}

#feedback .color-1{ background-color:#d3b112;}
#feedback .color-2{ background-color:#12b6d3;}
#feedback .color-3{ background-color:#8fd317;}
#feedback .color-4{ background-color:#ca57df;}
#feedback .color-5{ background-color:#8ecbe7;}

#feedback h6{
	background:url("img/feedback.png") no-repeat;
	height:38px;
	margin:0px 0 12px;
	text-indent:-99999px;
	cursor:pointer;
}

#feedback textarea{
	background-color:#fff;
	border:none;
	color:#666666;
	font:13px 'Lucida Sans',Arial,sans-serif;
	height:100px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:4px 4px 0 #636b7b;
	-webkit-box-shadow:4px 4px 0 #636b7b;
	box-shadow:4px 4px 0 #636b7b;
}

#feedback a.submit{
	background:url("img/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:20px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
	font-family:Corbel, Arial, sans-serif;
	color:#FFFFFF;
	margin-bottom:20px;
}

#feedback .arrow{
	background:url('img/arrows.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
	top: -15px;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #636b7b;
	color:#FCFCFC;
	display:block;
}

