@charset "utf-8";

/* CSS Document */

#main_visual_top {
	float: left;
	background-image: url('../images/index/main_visual_top.jpg');
	background-repeat: no-repeat;
	background-position:right center;
	top: 0px;
	/*width: 595px;*/
	width: 452px;
	height: 64px;
}

#main_visual_bottom {
	float: left;
	width: 595px;
	height: 215px;
	background-image: url('../images/index/main_visual_bottom.jpg');
	background-repeat: no-repeat;
}

.div_preview_text {
	padding-left: 30px;
	width: 500px;
	font-size: 16px;
	color: #004a73;
}

#div_call_to_action {
	margin-top: 190px;
	width: 560px;
	font-size: 24px;
	font-weight: bold;
	color: #758e01;
}

#div_tutorial {
	width:560px;
	text-align:center
}
.div_create_list {
	width: 595px;
}

#divOne {
	margin-top: 40px;
	float: left;
	width: 595px;
}

#divMedia {
	margin-top: 10px;
	float: left;
	width: 595px;
}
#divTwo {
	float: left;
	width: 595px;
	height: 77px;
}

#divThree {
	float: left;
	width: 595px;
	height:120px;
}

#imageOne {
	float: left;
	height: 77px;
	width: 69px;
	background-image: url('../images/index/1.png');
	background-repeat: no-repeat;
	background-position:18px 50%;
}

#imageTwo {
	float: left;
	height: 77px;
	width: 69px;
	background-image: url('../images/index/2.png');
	background-repeat: no-repeat;
}

#imageThree {
	float: left;
	height: 77px;
	width: 69px;
	background-image: url('../images/index/3.png');
	background-repeat: no-repeat;
}

#divOneText {
	float: left;
	height: 62px;
	width: 180px;
	margin-top: 20px;
	font-size: 16px;
	color: #004E78;
}

#divTwoText {
	float: left;
	height: 77px;
	width: 180px;
	margin-top: 20px;
	font-size: 16px;
	color: #004E78;
}

#divThreeText {
	float: left;
	height: 30px;
	width: 180px;
	font-size: 16px;
	color: #004E78;
	padding-top:20px;
}

#inputOne {
	float: left;
	margin-top: 15px;
}


#inputTwo {
	float: left;
	margin-top: 15px;
	height: 77px;
	width: 238px;
	background-image: url('../images/index/input_box.png');
	background-repeat: no-repeat;
}

#inputThree {
	float: left;
	height: 30px;
	width: 238px;
	background-image: url('../images/index/input_box.png');
	background-repeat: no-repeat;
	margin-top:14px;
}

#plus {
	float: left;
	height: 50px;
	width: 35px;
	background-image: url('../images/index/+icon.png');
	background-repeat: no-repeat;
	margin-top: 18px;
}

.input_url {
	margin-top: 5px;
	border: none;
	width: 220px;
	margin-left: 15px;
	background-color: #E9F3F2;
}

#divTag {
	float: left;
	width: 526px;
	height: 30px;
	margin-top:12px;
}

#tagsText {
	float: left;
	height: 30px;
	width: 180px;
	font-size: 16px;
	color: #004E78;
}

.text_small_font {
	font-size: 12px;
	}
	
#tagInput {
	float: left;
	height: 30px;
	width: 238px;
	background-image: url('../images/index/input_box.png');
	background-repeat: no-repeat;
}

#divVoting {
	float: left;
	width: 526px;
	height: 30px;
	margin-top:12px;
}

#votingText {
	float: left;
	height: 30px;
	width: 180px;
	font-size: 16px;
	color: #004E78;
	margin-left:70px;
}

#votingInput {
	float: left;
	height: 30px;
	width: 30px;
	margin-left:3px;
}

#divPrivate {
	float: left;
	width: 526px;
	height: 30px;
	margin-top:25px;
}

#privateText {
	float: left;
	height: 30px;
	width: 180px;
	font-size: 16px;
	color: #004E78;
	margin-left:70px;
}

#privateInput {
	float: left;
	height: 30px;
	width: 240px;
	margin-left:0px;
}
#privateInput div
{
	font-size:10px;
	color: #004E78;
	margin-left:10px;
	margin-top:3px;
}
#privateInput input
{
	float:left;
}

#divAdd {
	float: left;
	height: 30px;
	display:none;
}

#addText {
	float: left;
	height: 30px;
	font-size: 12px;
	margin-top:2px;
}

#addInput 
{
	float: left;
	height: 30px;
}

#create {
	float: left;
	height: 50px;
	margin-top: 80px;
	margin-left: 220px;
	cursor:pointer;
}

.submitBtn {
	/*background-image: url('/images/index/create_list.png');
	background-repeat: no-repeat;*/
	height: 43px;
	width: 150px;
}
