.sho-form-wrapper{
	position: relative;
}

.sho-form.sho-has-custom-url .sho-long-url-wrapper{
	margin-bottom: 8px;
}
.sho-form .sho-long-url-wrapper{
	position: relative;
}
.sho-form input.sho-long-url{
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	width: 100%;
	min-height: 25px;
	padding-right: 0;
	display: block;
	padding-right: 0;
}
.sho-form .sho-load-more .sho-spinner{
	background: #555;
	position: relative;
	top: 22px;
	z-index: 10;
}
.sho-form.sho-full .sho-custom-url-wrapper{
	text-align: center;
}
.sho-form.sho-full .sho-custom-url-wrapper input{
	display: inline-block;
}
.sho-form.sho-mini .sho-button-and-spinner,
.sho-form.sho-mini .sho-form-wrapper,
.sho-form.sho-mini .sho-shortlink-wrapper{
	display: inline-block;
}
.sho-form .sho-shortlink-wrapper .sho-legend{
	display: inline-block;
}
.sho-button-and-spinner{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.sho-form .sho-error{
	z-index: 3;
}
.sho-form.sho-minimal{
	padding-top: 18px;
}
.sho-form.sho-minimal .sho-long-url-wrapper input{
	height: 37px;
	padding: 6px 9px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.sho-form.sho-minimal .sho-custom-url-wrapper input{
	display: inline-block;
	font-size: 12px;
	height: 25px;
	padding: 0px 8px;
	line-height: 25px;
}

.sho-form.sho-minimal .sho-button-and-spinner{
	white-space: nowrap;
}
.sho-form.sho-minimal .sho-button-and-spinner button{
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	height: 100%;
	display: inline-block;
	margin: 0 !important;
	padding: 0 20px;
	border: none;
	background: #555;
	color: white;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.sho-form.sho-minimal .sho-error{
	position: absolute;
	display: block;
	bottom: -36px;
	left: 40px;
	height: 13px;
	font-size: 13px;
	line-height: 13px;
	padding: 9px 16px;
	background: #333;
	color: white;
	text-shadow: none;
	-webkit-text-shadow: none;
}
.sho-form.sho-minimal .sho-error:after{
	position: absolute;
	display: block;
	content: ' ';
	left: 30px;
	top: -6px;
	border-top: none;
	border-bottom: 6px solid #444;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.sho-minimal .sho-button-and-spinner .sho-spinner{
	display: inline-block;
	margin-right: 16px;
	margin-top: -12px;
	position: relative;
	top: -6px;
}
.sho-form.sho-minimal .sho-links{
	margin-top: 20px;
}

.sho-minimal .sho-shortlink-wrapper{
	text-align: center;
	padding-top: 9px;
}
.sho-minimal .sho-shortlink-wrapper .sho-legend{
	margin-left: 8px;
	background: #444;
	color: white;
	font-size: 13px;
	padding: 3px 15px;
	position: relative;
	text-shadow: none;
	position: relative;

}
.sho-minimal .sho-shortlink-wrapper .sho-legend:after{
	display: block;
	content: ' ';
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -5px;
	border-left: none;
	border-right: 7px solid #444;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;

}

.sho-minimal .sho-load-more{
	text-align: center;
	font-size: 90%;
}
.sho-minimal .sho-links .sho-load-more .sho-spinner{
	margin: 0 10px;
	display: block;
}
.sho-mini.sho-minimal button{
	background: #555;
	color: white;
	font-size: 13px;
	min-height: 20px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 8px 10px;
}
.sho-mini.sho-minimal .sho-shortlink{
	margin-bottom: 7px;
}
.sho-mini.sho-minimal .sho-legend{
	display: inline-block;
	white-space: nowrap;
	z-index: 3;
}
.sho-mini.sho-minimal .sho-legend:before{
	z-index: 3;
	border-bottom: 5px solid #555;
	border-top: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: -1px;
	left: 20px;
	position: absolute;
}

.sho-form.sho-metro{
	background: white;
}
.sho-form.sho-full.sho-metro .sho-form-wrapper{
	background: #434040;
	padding: 12px;
	position: relative;
}
.sho-form.sho-metro .sho-long-url-wrapper{
	z-index: 1;
}
.sho-form.sho-metro .sho-form-wrapper input{
	background: transparent;
	color: #ddd !important;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.9;
	padding: 8px;
	margin: 0;
	border: none;
	background: #514b46;
	height: 42px;
	display: inline-block;
}
.sho-form.sho-metro .sho-form-wrapper input:focus{
	-webkit-box-shadow: none !important;
	outline: none;
}
.sho-form.sho-metro .sho-form-wrapper input::-webkit-input-placeholder {
	color: #ddd;
}
.sho-form.sho-metro .sho-form-wrapper button,
.sho-form.sho-metro.sho-mini button{
	height: 42px;
	border: none;
	color: #f0f0f0;
	background: #2a2626;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200;
	padding: 0 12px;
}
.sho-form.sho-full.sho-metro .sho-form-wrapper button{
	width: 110px;
}
.sho-form.sho-full.sho-metro .sho-custom-url-wrapper input{
	font-size: 12px;
	font-weight: 200;
	height: 24px;
	line-height: 24px;
	padding: 2px 12px;
}
.sho-form.sho-metro .sho-form-wrapper .sho-error{
	position: absolute;
	bottom: -24px;
	font-size: 14px;
	padding: 6px 18px;
	left: 30px;
	background: white;
	color: #444;
	display: block;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.25);
}
.sho-form.sho-metro .sho-button-and-spinner .sho-spinner{
	z-index: 7;
	top: 22px;
	left: -24px;
	position: absolute;
	background: #FFF;
}
.sho-form.sho-metro .sho-form-wrapper .sho-error:after{
	display: block;
	content: " ";
	position: absolute;
	border-top: none;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 7px solid white;
	top: -5px;
	left: 18px;
}
.sho-form.sho-metro .sho-button-and-spinner{
	z-index: 10;
}
.sho-form.sho-full.sho-metro .sho-shortlink-wrapper{
	font-size: 14px;
	border: 1px solid #514b46;
	border-top: none;
	padding: 12px;
	position: relative;
}
.sho-form.sho-mini.sho-metro .sho-shortlink-wrapper,
.sho-form.sho-mini.sho-metro .sho-form-wrapper{
	display: inline-block;
}
.sho-form.sho-metro .sho-shortlink-wrapper:after{
	display: block;
	content: " ";
	position: absolute;
	border-top: none;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid white;
	top: -7px;
	left: 30px;
}

.sho-form.sho-metro .sho-shortlink-wrapper strong{
	display: none;
}

.sho-form.sho-metro .sho-shortlink-wrapper .sho-shortlink{
	margin: 0;
	padding: 6px 12px;
	border: none;
	background: #f5f5f5;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 18px;
	font-size: 14px;
}

.sho-form.sho-metro .sho-shortlink-wrapper .sho-legend{
	margin-left: 18px;
	position: relative;
}
.sho-form.sho-metro .sho-shortlink-wrapper .sho-legend:after{
	display: block;
	content: " ";
	border-left: none;
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -5px;
	border-right: 7px solid #514b46;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.sho-form.sho-metro .sho-links .sho-load-more .sho-spinner{
	background: #444;
	position: relative;
	top: 30px;
}

.sho-form.sho-full.sho-plastic .sho-form-wrapper{
	padding: 7px;
}
.sho-form.sho-full.sho-plastic .sho-form-wrapper,
.sho-form.sho-full.sho-plastic .sho-shortlink-wrapper{
	background: white;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-box-shadow: 2px 4px 5px rgba(227, 227, 227, 1);
	-moz-box-shadow:    2px 4px 5px rgba(227, 227, 227, 1);
	box-shadow:         2px 4px 5px rgba(227, 227, 227, 1);
	
}
.sho-form.sho-plastic .sho-form-wrapper,
.sho-form.sho-plastic .sho-long-url-wrapper{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.sho-form.sho-plastic .sho-long-url-wrapper, 
.sho-form.sho-plastic .sho-custom-url-wrapper{
	position: relative;
	background: #f3f4f4;
}
.sho-form.sho-plastic .sho-long-url-wrapper{
	padding: 21px;
	margin-bottom: 0;
}
.sho-form.sho-plastic.sho-has-custom-url .sho-long-url-wrapper{

}
.sho-form.sho-plastic .sho-custom-url-wrapper{
	margin-top: -10px;
	padding-bottom: 21px;
}

.sho-form.sho-plastic input[type=text]{
	margin: 0;
	border: none;
	line-height: 2 !important;
	height: 37px;
	font-size: 13px;
	color: #99a4ac !important;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px rgba(216, 218, 218, 1);
	-moz-box-shadow:    0px 2px 0px rgba(216, 218, 218, 1);
	box-shadow:         0px 2px 0px rgba(216, 218, 218, 1);
}
.sho-form.sho-plastic input[type=text]:focus{
	outline: none;
}

.sho-form.sho-plastic input[type=text],
.sho-form.sho-plastic button{
	height: 34px;
	padding: 0 17px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}

.sho-form.sho-plastic .sho-custom-url-wrapper input{
	font-size: 12px;
	height: 24px;
	-webkit-border-radius: 12px;
	line-height: 24px;
}


.sho-form.sho-plastic .sho-button-and-spinner{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 17px;
}
.sho-form.sho-plastic button{
	background: rgb(241,90,35); /* Old browsers */
	background: rgb(241,90,35); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNWEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzczNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(241,90,35,1) 0%, rgba(247,115,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(247,115,71,1)), color-stop(0%,rgba(241,90,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,90,35,1) 100%,rgba(247,115,71,1) 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,90,35,1) 100%,rgba(247,115,71,1) 00%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,90,35,1) 100%,rgba(247,115,71,1) 0%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,90,35,1) 100%,rgba(247,115,71,1) 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15a23', endColorstr='#f77347',GradientType=0 ); /* IE6-8 */
	border: none;
	color: white;
	-webkit-box-shadow: 0px 2px 0px rgba(216, 218, 218, 1), inset 0px -1px 1px rgba(219, 82, 32, 1);
	-moz-box-shadow:    0px 2px 0px rgba(216, 218, 218, 1), inset 0px -1px 1px rgba(219, 82, 32, 1);
	box-shadow:         0px 2px 0px rgba(216, 218, 218, 1), inset 0px -1px 1px rgba(219, 82, 32, 1);
	padding-right: 24px;
	padding-left: 24px;
	font-size: 13px;
}

.sho-form.sho-plastic .sho-button-and-spinner .sho-spinner{
	background: #6a7680;
	position: absolute;
	left: -12px;
	top: 17px;
}
.sho-form.sho-plastic .sho-error{
	position: absolute;
	bottom: -17px;
	left: 40px;
	line-height: 37px;
	padding: 0 18px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background: rgb(121,134,144); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5ODY5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTYzNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(121,134,144,1) 0%, rgba(89,99,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,134,144,1)), color-stop(100%,rgba(89,99,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(121,134,144,1) 0%,rgba(89,99,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(121,134,144,1) 0%,rgba(89,99,109,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(121,134,144,1) 0%,rgba(89,99,109,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(121,134,144,1) 0%,rgba(89,99,109,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798690', endColorstr='#59636d',GradientType=0 ); /* IE6-8 */
	
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
.sho-form.sho-plastic .sho-error:after{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	content: ' ';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #626d77;
}

.sho-form.sho-plastic .sho-shortlink-wrapper{
	margin: 0 9px;
	padding: 17px 17px;
	position: relative;
	top: -49x;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.sho-form.sho-plastic strong{
	display: none;
}
.sho-form.sho-plastic .sho-shortlink{
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: none;
}
.sho-form.sho-plastic .sho-legend{
	position: relative;
	margin-left: 14px;
	padding-left: 6px;
}
.sho-form.sho-plastic .sho-legend:after{
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: ' ';
	border-right: 9px solid #f56430;
	border-left: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.sho-form.sho-plastic table{
	margin-top: 24px !important;
}


.sho-form.sho-full.sho-goo .sho-form-wrapper,
.sho-form.sho-full.sho-goo .sho-shortlink-wrapper{
	padding: 19px;
	background: #f5f5f5;
}
.sho-form.sho-full.sho-goo .sho-form-wrapper, 
.sho-form.sho-goo .sho-form-wrapper input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.sho-form.sho-goo .sho-long-url-wrapper{
}
.sho-form.sho-goo .sho-form-wrapper input{
	display: block;
}
.sho-form.sho-goo .sho-form-wrapper input{
	margin: 0;
	height: 37px !important;
	padding: 5px 12px;
	font-size: 13px;
	background: white;
	font-weight: bold;
	color: #7b7b7b;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
.sho-form.sho-goo .sho-form-wrapper .sho-spinner{
	position: absolute;
	top: 19px;
	right: 145px;
	background: #555;
	
}
.sho-form.sho-full.sho-goo .sho-button-and-spinner{
	position: absolute;
}
.sho-form.sho-full.sho-goo button{
	width: 120px;
}
.sho-form.sho-goo button{
	height: 37px;
	font-weight: bold;
	color: white;
	border: 1px solid #437cb7;
	background: #3999ef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5OTllZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzM1OTFlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzM1OTBlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjhhZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3999ef 0%, #3591ee 20%, #3590ee 75%, #328aed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3999ef), color-stop(20%,#3591ee), color-stop(75%,#3590ee), color-stop(100%,#328aed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3999ef 0%,#3591ee 20%,#3590ee 75%,#328aed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3999ef 0%,#3591ee 20%,#3590ee 75%,#328aed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3999ef 0%,#3591ee 20%,#3590ee 75%,#328aed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3999ef 0%,#3591ee 20%,#3590ee 75%,#328aed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3999ef', endColorstr='#328aed',GradientType=0 ); /* IE6-8 */
}

.sho-form.sho-goo button,
.sho-form.sho-goo .sho-error{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

.sho-form.sho-goo .sho-error{
	position: absolute;
	top: 34px;
	left: 24px;
	color: white;
	padding: 5px 17px;
	background-color: #d74937;
}
.sho-form.sho-goo .sho-error:after{
	display: block;
	content: ' ';
	position: absolute;
	top: -5px;
	left: 24px;
	border-bottom: 5px solid #d74937;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}


.sho-form.sho-full.sho-goo .sho-shortlink-wrapper{
	background: #fbfbfb;
	border: 1px solid #ddd;
	border-top: none;
	padding: 14px 19px;
}
.sho-form.sho-goo .sho-shortlink{
	position: relative;
	margin: 0;
	border: none;
	padding-left: 14px;
	height: 19px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	outline: none;
	background: transparent;
	background: url(../img/goo-arrows-r.png) left center no-repeat;
	font-size: 14px !important;
}
.sho-form.sho-goo .sho-shortlink-wrapper input{
	outline: none;
}
.sho-form.sho-goo .sho-custom-url-wrapper input{
	display: inline-block;
	height: 19px !important;
	font-weight: 200;
	font-size: 12px;
	padding: 2px 12px;
}


.sho-form.sho-goo .sho-legend{
	background: url(../img/goo-arrows-l.png) left center no-repeat;
	padding-left: 18px;
}
