/* 
    Author      : Patiss
    Created on  : 2011.20.12, 20:27:54
    Template    : StandBy


  ** 1. GENERAL SETTINGS [LINE 13] **
  ** 2. CONTENT [LINE 22] **   
    
*/    


/* 1. GENERAL SETTINGS */

body { 
  padding: 0px;
  margin: 0px;
  word-spacing: 3px;
  font-family: sans-serif;  
}

/* 2. CONTENT */

h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	color:#aaa;
	text-shadow: #000 0px 1px 0px;
	text-align: center;
	font-size: 16px;
}

h3 {
	padding-top: 15px;
	padding-bottom: 10px;
	color: rgb(153,153,153);
	text-align: center;
	font-size: 16px;
}

#content {
	background:#111;
	background:url('../img/bg-black.png');
	width:530px;
	height:530px;
	behavior: url(ie-css3.html);
	padding: 10px;
	text-align:left;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
}

#content .cd {  
  background-repeat: none;
  height: 100px;
  width: 100px;
  float: left;
  margin-left: 5px;
}

#content .cd span {
  color: #BDBD9C; 
  margin-top: 30px;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
}

#content input[type='submit'] {
  background: transparent url('../img/send.png') no-repeat;
  width: 123px;
  height: 30px;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: bold;
  position: absolute;
  margin-top: 2px;
  margin-left: -125px;
  behavior: url(ie-css3.html);
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#content input[type='text'] {
  width: 200px;
  height: 33px;
  border: none;
  float: left;
  line-height: 33px;
  margin-left: 100px;
  margin-bottom: 40px;
  behavior: url(ie-css3.html);
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  opacity: 0.7;
  outline: none;
  background-color: black;
  border: 1px solid #AAAAAA;
  -moz-box-shadow: 0px 0px 4px #AAAAAA;
  -webkit-box-shadow: 0px 0px 4px #AAAAAA;
  box-shadow: 0px 0px 4px #AAAAAA;
  color: white;
  padding-left: 10px;
  padding-right: 130px;
}

#controls-wrapper .hideshow {
  width: 200px; 
  height: 30px; 
  background-image: url('../img/bg-black.png');
  behavior: url(ie-css3.html);   
  border-top-left-radius:8px; 
  border-top-right-radius:8px;
  -webkit-border-top-right-radius:8px;
  -moz-border-top-right-radius: 8px;
  -khtml-border-top-right-radius: 8px; 
  -webkit-border-top-left-radius:8px;
  -moz-border-top-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;   
  margin: 0 auto; 
  margin-top: -30px; 
  text-align: center;
}

#content #soc {
float: left;
width: 215px;
}

#content input.placeholder {
  color: gray;
  font-size: 13px;
}
