﻿@charset "utf-8";
/* CSS Document */

html {
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'HelveticaRegular';
	src: url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica___-webfont_latin.eot');
	src: url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica___-webfont_latin.eot?#iefix') format('embedded-opentype'), url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica___-webfont_latin.ttf') format('truetype'), url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica___-webfont_latin.svg#HelveticaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaBold';
	src: url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica_bold___-webfont_latin.eot');
	src: url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica_bold___-webfont_latin.eot?#iefix') format('embedded-opentype'), url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica_bold___-webfont_latin.ttf') format('truetype'), url('http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/fonts-v-01/helvetica_bold___-webfont_latin.svg#HelveticaRegular') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue-Light";
	src: url(../../Fonts/HelveticaNeueLight.ttf) format("truetype");
}

@font-face {
	font-family: "HelveticaNeue";
	src: url(../../Fonts/HelveticaNeue.ttf) format("truetype");
}

.rounded-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.BottomRoundedCorners {
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.TopRoundedCorners {
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.label_message {
	font-size: 12px;
	color: #f00;
    padding-right: 131px;
}
