body {
	margin: 100px;
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%);
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%);
	background: radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
.well {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	text-align: center;
}
.add_image{
	background-image: url(preview.png);
	width: 300px;
	height: 160px;
	background-size:300px 160px;
	border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-family: "Helvetica Neue", Helvetica, "Heiti SC", "冬青黑体简体中文", Arial,sans-serif;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.add_image > .repo_text{
	text-align: left;
	z-index:99;
	top: 57px;
	left: 59px;
	position:absolute;
	width: 181px;
	font-size:12px;
}
.add_image > .input_text{
	z-index:100;
	font-weight:bold;
	padding-top: 30px;
}
.add_image > .button{
	position:absolute;
	width: 105px;
	height: 35px;
	line-height: 35px;
	color: #017aff;
}
.add_image > .cancel{
	top: 85px;
	left: 45px;
}
.add_image > .add{
	top: 85px;
	right: 45px;
	font-weight:bold;
}
.add_image > .repo{
	position:absolute;
	bottom: 0px;
	width: 300px;
	height: 40px;
	text-align:left;
}
.add_image > .repo > .repo_image > img, .add_image > .repo > .repo_image > .mask{position:absolute; width: 24px; height: 24px; border-radius: 6px;top: 8px; left: 30px;}
.add_image > .repo > .repo_image > .mask{ background:#000000; z-index:200; opacity:0.4;}
.add_image > .repo > .repo_title{position:absolute;left: 60px; top: 6px;font-weight:bold;color:#000000;}
.add_image > .repo > .repo_url{position:absolute;left: 60px; color:#3e3e3e;bottom: 3px; font-size:10px}
.add_image > .repo_text::after { display:inline-block; background:#4974FE; content:''; height:1.2em; width:2px; vertical-align:text-top; -webkit-animation:blink linear 1.2s infinite 2s; -moz-animation:blink linear 1.2s infinite 2s; -ms-animation:blink linear 1.2s infinite 2s; animation:blink linear 1.2s infinite 2s;margin-left: 1px;}
@-webkit-keyframes blink{ 0%,49%,100%{ opacity:0;} 50%,99%{ opacity:1;}}
@-moz-keyframes blink{ 0%,49%,100%{ opacity:0;} 50%,99%{ opacity:1;}}
@-ms-keyframes blink{ 0%,49%,100%{ opacity:0;} 50%,99%{ opacity:1;}}
@keyframes blink{ 0%,49%,100%{ opacity:0;} 50%,99%{ opacity:1;}}