@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body.help {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(/images/vsmhelp-sdw.png);
	background-repeat: no-repeat;
	background-position: center 50px;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(/images/vsmapp-sdw.png);
	background-repeat: no-repeat;
	background-position: center 50px;
}

.alert {
	background-image: url(../images/popup.png);
}

.vsm {
	width: 800px;
	height: 579px;
}

.helpcontainer {
	width: 800px;
	/*height: 579px;*/
	margin: 100px auto;
}

.container {
	width: 800px;
	/*height: 579px;*/
	margin: 100px auto;
}

.help-top {
	height: 40px;
	background-image: url(/images/vsm-top-bg.png);
	clear: both;
	margin: 0;
	padding: 0 20px;
}

.help-top p {
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.help-top a, .help-top a:visited {
	color: #9ac7df;
	text-decoration: none;
}

.help-contents {
	height: 270px;
	clear: both;
	background-color: #fff;
	padding: 15px 20px;
}

.help-contents h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 5px 0;
}

.help-contents p {
	margin: 5px 0;
}

.help-footer {
	height: 83px;
	background-image: url(/images/vsm-bottombar-bg.png);
	background-repeat: repeat-x;
}

.commentbox {
	padding: 5px;
	width: 400px;
	height: 100px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.textbox-name, .textbox-email {
	width: 225px;
	padding: 4px;
	height: 12px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.btn-send {
	width: 150px;
}

.dialog-success {
	color: #060;
}

.dialog-error {
	color: #900;
}

.badges {
	width: 150px;
	height: 580px;
	float: right;
}

a.badge-freevenuswhite {
	display: block;
	width: 150px;
	height: 330px;
	margin: 0;
	padding: 0;
	background: url(/images/badge-venuswhite-v2.png) no-repeat;
}

a.badge-iphoneapp {
	display: block;
	width: 150px;
	height: 250px;
	margin: 0;
	padding: 0;
	background: url(/images/badge-iphone-v2.png) no-repeat;
}

#flashcontent {
	float: left;
	width: 800px;
	height: 579px;
	margin: auto;
}
