body {
    background: url(../img/tlo.gif) white top left repeat-x;
    font-family: comic Sans MS, tahoma;
    font-size: 17px;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}	

.content {
    margin: 60px auto 0 auto;
    width: 860px;
    position: relative;
    zoom: 1;
}

.content h1.desc {
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 0;
	position: absolute;
	top: -53px;
	left: 350px;
}	

.left_column {
    float: left;
    width: 520px;
    padding: 30px 45px 30px 35px;
}

.right_column {
    float: right;
    width: 200px;
    padding: 30px 20px 0 25px;
}

.head {
   
    padding: 0 20px;
    border-bottom: 1px dashed #cedeff;
}

.search {
    float: right;
    font-size: 13px;
    color: black;
    margin-top: 40px;
    font-weight: bold;
}

.search input.s {
    width: 180px;
    background: #e1ebff;
    border: 1px solid #7f7f7f;
    padding: 2px 5px;
}

.search table {
    border-collapse: collapse;
    border-spacing: 0;
}

.search table td {
    padding: 0;
}

.search img {
    position: relative;
    top: 3px;
    left: 2px;
}

.search_joke {
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
    color: black;
}

.joke a {
    color: black;
    text-decoration: underline;
}

.joke a:hover {
    color: black;
    text-decoration: none;
}

#fblike {
    float: right;
    width: 100px;
    height: 20px;
    position: relative;
    top: 16px;
    right: 130px;
}

#next_button {
    display: block;
    float: right;
    padding: 2px 10px 5px 10px;
    margin-top: 10px;
    background: #f76900;
    border: 1px solid #1e1e1e;
    color: black;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    top: 0;
    left: 100px;
}

#next_button:hover + .next_button_info {
    visibility: visible;
}

.next_button_info {
    clear: both;
    color: #aaa;
    text-align: right;
    visibility: hidden;
    font-size: 13px;
}

.footer {
    clear: both;
    position: relative;
    top: 30px;
    padding: 0 20px 20px 20px;
    border-top: 1px dashed #cedeff;
    font-size: 12px;
}

.footer a {
    margin-right: 15px;
}

.footer h2.desc {
	font-size: 10px;
	color: grey;
	margin: 0;
	float: right;
}

.footer h2.desc a {
	margin: 0;
	color: grey;	
}

.send input {
    width: 230px;
}

.send input.sub {
    width: 360px;
}

.send textarea {
    width: 500px;
    height: 200px;
}

.send td {
    vertical-align: top;
    padding-bottom: 10px;
}

.send td span {
    font-size: 13px;
    color: #aaa;
}

.send_button {
    text-align: center;
}

.send_button input {
    width: auto;
    font-size: 17px;
    font-family: comic Sans MS, tahoma;
}

#msg {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 -10px 0;
}

.error {
    font-size: 13px;
    color: red;
}

#red_arrow {
    position: absolute;
    top: 70px;
    left: 19px;
    visibility: hidden;
}

.subs {
    margin-top: 20px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #6699ff;
    background: #e1ebff;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    font-family: tahoma;
}

.right_column .subs:first-child {
	margin: 0 0 20px 0;	
}	

.subs h3 {
    margin: 0 0 8px 0;
    border-bottom: 1px solid #6699ff;
    padding-bottom: 3px;
    font-size: 17px;
    color: #f76900;
}

.subs .imp {
    margin: 5px 0;
}

.subs input {
    width: 170px;
    border: 1px solid #6699ff;
    padding: 2px;
}

.subs .but {
    text-align: center;
    color: #6699ff;
    margin-bottom: 5px;
}

.subs button {
    background: url(../img/subs.gif);
    border: 1px solid #6699ff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    padding: 1px 5px;
}

.rndj {
	font-family: comic Sans MS, tahoma;
}	

.link_me {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    position: relative;
    top: 20px;
    color: #999;
    padding-bottom: 5px;
}

.link_me a {
    color: #999;
    text-decoration: none;
}

#adsuj {
	white-space: nowrap; 
	margin: 200px 0 0 -40px; 
	text-align: center;
}

.plusone {
	position: relative;
	top: 16px;
	left: 200px;
}	
