﻿body {
	background:#fff;
	font: 12px Helvetica, Arial, sans-serif;
    color: #646464;
    font-weight: bold;
    line-height: 1.6em;
	margin:0;
	padding:0;
}

#container   
{
    width: 770px;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h3 
{
    display: inline;
    font-weight: bold;
}

select
{
    font: 10px Helvetica, Arial, sans-serif;
    color: #333;
    font-style: oblique;
    font-weight: bold;
    height: 18px;
    width: 120px;
}

label 
{
    margin-left: 4px;    
}

a, a:visited  
{
    color: #646464;
	text-decoration:underline;	
}

a:hover 
{
    color: #646464;
	text-decoration:underline;
}

.required, .dRequired, .cRequired 
{
    color: Red;
    font-size: 10px;
    font-weight: normal;
}

.privacy 
{
    color: #999;
    font-size: 11px;
    font-style: oblique;
}

.tdPad 
{
    padding-bottom: 15px;
}

.tdTopPad 
{
    padding-top: 15px;
}

.tdBreedsPad 
{
    padding-bottom: 4px;
}

.tdLine 
{
    border-bottom: 1px solid #646464;
}

.desc 
{
    color: #999;
    font-size: 10px;
    font-style: oblique;
}


#topLeftContent 
{
    margin-top: 25px;
}

#topPrivacy 
{
    margin-top: 10px;
}

#topSelected 
{
    margin-top: 10px;
}

#midOptions 
{
    margin-top: 2px;
}

#botOptions 
{
    margin-top: 20px;
}

#ddDogs 
{
    height: 50px;
    float: left;
}

#ddCats 
{
    height: 50px;
}

.inline-error {
	background:#f6f6f6 url('../images/exclamation.png') 3px center no-repeat;
	border:1px solid #ddd;	
	color:#C22;
	font-size:10px;
	line-height:18px;
	margin:0px 8px 0 8px;
	padding:3px 8px 4px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
		
.inline-error {
	margin-left:8px;
}


div.InlineErrorMessage {
	background:#900;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-100px;
	left:-100px;
	width:120px;
}


  #outlook a {
  padding: 0;
  }
  body {
  width: 100% !important;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;


  }

  table td {
  border-collapse: collapse;
  }


  .fullHide {
  display: none;
  }
  .wrapper {
  width: 100% !important;
  overflow: hidden;
  max-width: 480px;
  }
  .w60 {width: 60%;
  }

  /* Mobile Styles */
  @media only screen and (max-width : 480px) {
	/********** CUSTOM STYLES ***********/

	/****** Add Custom Styles Here ******/
	/* General Styles */
	#container {
		max-width: 350px;
	}
	.w61, .privacy, .tdTopPad {width: 93% !important;}
	.wrapper {
		width: 100% !important;
		overflow: hidden;
		max-width: 350px;
	}
	#aligned {
		box-sizing: border-box;
		float: left;
		width: 300px !important;
		margin-right: 50px;
	}
	#aside {
		float: left !important;
		width: 350px !important;
		padding: 0;
		box-sizing: border-box;
	}
	.mobileHide {
		display: none !important;
	}

	.mobileShow {
		display: block !important;
	}
	.displayInlineBlock {
		display: inline-block;
	}
	.fullWidth {
		width: 98% !important;
	/*height: auto;*/
	}
	.halfWidth {
		width: 49% !important;
	/*height: auto;*/
	}
	.floatLeft {
		float: left;
	}
	.floatRight {
		float: right;
	}

	/* Images */
	.fullWidthImg img {
		width: 100% !important;
	/*height: auto;*/
	}
	.fullImg {
		width: 100% !important;
	}
	/* Text */
	.mobileAlignCenter {
		text-align: center !important;
		margin: auto;
		float: none;
	}
	.mobileAlignLeft {
		text-align: left !important;
	}
	.copy13 {
		font-size: 13px !important;
		line-height: 1 !important;
	}
	.copy14 {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.copy16 {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}
	.copy18 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}
	.copy21 {
		font-size: 21px !important;
		line-height: 1.5 !important;
	}
	.copy24 {
		font-size: 24px !important;
		line-height: 1.5 !important;
	}
	.copy30 {
		font-size: 30px !important;
		line-height: 1.5 !important;
	}
	/* Borders */
	.borderTop {
		border-top: 1px solid #fffffe;
	}

	.borderRight {
		border-right: 1px solid #fffffe;
	}
	.borderLeft {
		border-left: 1px solid #fffffe;
	}
	.borderNone {
		border: 0 none !important;
	}
	.borderTopNone {
		border-top: 0 none !important;
	}
	.borderRightNone {
		border-right: 0 none !important;
	}

	.borderLeftNone {
		border-left: 0 none !important;
	}
	/* Padding */
	.contentPadding {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.contentPadding20 {
		padding-right: 20px !important;
	}
	.contentPadding30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.paddingNone {
		padding: 0 !important;
	}
	.paddingLeft0 {
		padding-left: 0 !important;
	}
	.paddingRight0 {
		padding-right: 0 !important;
	}
	.paddingTop0 {
		padding-top: 0 !important;
	}
	.paddingTop2 {
		padding-top: 2px !important;
	}
	.paddingTop5 {
		padding-top: 5px !important;
	}
	.paddingTop10 {
		padding-top: 10px !important;
	}
	.paddingTop15 {
		padding-top: 15px !important;
	}
	.paddingTop20 {
		padding-top: 20px !important;
	}
	.paddingTop25 {
		padding-top: 25px !important;
	}
	.paddingTop30 {
		padding-top: 30px !important;
	}
	.paddingBottom0 {
		padding-bottom: 0 !important;
	}
	.paddingBottom2 {+v
		padding-bottom: 2px !important;
	}
	.paddingBottom5 {
		padding-bottom: 5px !important;
	}
	.paddingBottom10 {
		padding-bottom: 10px !important;
	}
	.paddingBottom15 {
		padding-bottom: 15px !important;
	}
	.paddingBottom20 {
		padding-bottom: 20px !important;
	}
	.paddingBottom25 {
		padding-bottom: 25px !important;
	}
	.paddingBottom30 {
		padding-bottom: 30px !important;
	}

	/* Mobile Show */
	.mobileShow, .mobileShow tbody, .mobileShow tr, .mobileShow td {
		width: auto !important;
		/*max-height: inherit !important;*/
		overflow: visible !important;
		display: block !important;
		float: none !important;
	}
	.mobileShow img {
		width: 100% !important;
		/*height: auto !important;*/
		max-height: inherit !important;
		overflow: visible !important;
		display: block !important;
		float: none !important;
	}

	input["text"] {
		width: 100%;
		padding: 5px;
	}
	.fullHide {
		display: none;
	}
	.rwd-line { display: block; width: 70%;}
	.rwd-line .shrink { width: 100px; }

	.mobiletext { width: 90% !important; }
	.toolong { padding-right: 10px; }
  }

@media screen and (min-width: 481px) {
	
	.w61, .privacy, .tdTopPad {width: 93% !important;}
    .rwd-line { display: inline; }
    .rwd-line .shrink { width: 120px; }
	
	/** basic default styles **/
	html { margin: 0; padding: 0; }

	span.chyron { font-size: 1.2em; padding-top: 10px; }

	/** main blocks **/
	#container2 {
		display: block;
		max-width: 800px;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 66px;
		
		background: #fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#container {
		display: block;
		max-width: 800px;
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 66px;
		padding: 20px 15px;
		background: #fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	td {
		width: 60% !important;
	}


        /** the form elements **/
        #hongkiat-form { box-sizing: border-box; }

        #hongkiat-form .txtinput {
            display: block;
            font-family: "Helvetica Neue", Arial, sans-serif;
            border-style: solid;
            border-width: 1px;
            border-color: #dedede;
            margin-bottom: 20px;
            font-size: 1.55em;
            padding: 11px 25px;
            padding-left: 55px;
            width: 90%;
            color: #777;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
        }

        #hongkiat-form .txtinput:focus {
            color: #333;
            border-color: rgba(41, 92, 161, 0.4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
            outline: 0 none;
        }

        #hongkiat-form input#name {
            background: #fff url('images/user.png') 5px 4px no-repeat;
        }
        #hongkiat-form input#email {
            background: #fff url('images/email.png') 5px 4px no-repeat;
        }
        #hongkiat-form input#website {
            background: #fff url('images/website.png') 5px 4px no-repeat;
        }
        #hongkiat-form input#telephone {
            background: #fff url('images/phone.png') 5px 4px no-repeat;
        }

        #hongkiat-form textarea {
            display: block;
            font-family: "Helvetica Neue", Arial, sans-serif;
            border-style: solid;
            border-width: 1px;
            border-color: #dedede;
            margin-bottom: 15px;
            font-size: 1.5em;
            padding: 11px 25px;
            padding-left: 55px;
            width: 90%;
            height: 180px;
            color: #777;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
            -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
        }
        #hongkiat-form textarea:focus {
            color: #333;
            border-color: rgba(41, 92, 161, 0.4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
            outline: 0 none;
        }


        #hongkiat-form #slider { width: 70%; }

        #hongkiat-form #aligned {
            box-sizing: border-box;
            float: left;
            width: 300px;
            margin-right: 50px;
        }
        #hongkiat-form #aside {
            float: left;
            width: 400px;
            padding: 0;
            box-sizing: border-box;
        }

        #wrapping { width: 100%; box-sizing: border-box; }

        span.radiobadge { display: block; margin-bottom: 8px; }
        span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }





        /** @group clearfix **/
        .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
        .clearfix { display: inline-block; }

        html[xmlns] .clearfix { display: block; }
        * html .clearfix { /*height: 1%;*/ }
		#aligned2 {
            box-sizing: border-box;
            float: left;
            width: 50%;
        }
		#aside {
            float: left;
            width: 50%;
            padding: 0;
            box-sizing: border-box;
        }
