body {
	background: #ffffff;
	font-family:arial;	
	font-size:12px;
}

#logo {
	float:left;
	width:266px;
	height:100px;
}

#top_right {
	float:left;
	width:484px;
	height:100px;
}

#container {
	width:750px;
	height:100%;
	margin:0 auto;
	top:0;
}

#footer {
	font-size:10px;
	padding: 20px 10px 20px 5px;
}











.url_input_label {
	font-weight:bold;
}

.url_input_field {
}

.form_info {
	float:right;
	margin-left: 10px;
	padding: 3px;
	border: 1px dashed #333333;
	background: #cccccc;
}

.form_field {
	float:left;
}

.notice {
	font-weight: bold;
	padding: 20px;
	width: 500px;
}

.box_head {
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
	background: #ffffff;
	border: 1px solid #6e93b0;
	border-top: 0px;
	font-size: 13px;
	font-weight: bold;
	width: 250px;
}

.bookmarklet {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

.shrink_submit {
	width:45%;
	font-weight: bold;
	background: #00cc00;
	color: #000000;
	padding: 8px;
	margin-right: 25px;
	border: 1px solid #000000;
	cursor: pointer;
}

.shrink_submit_tweet {
	width:45%;
	font-weight: bold;
	background: #00ccff;
	color: #000000;
	padding: 8px;
	border: 1px solid #000000;
	cursor: pointer;
}

.url_input_section {
	border: 1px solid #000000;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	background: #333333;
	color: #99ffff;
}

.new_short_link {
	font-size:20px;
	font-weight: bold;
	background: yellow;
}

