/*  ..............  GENERAL INFORMATION  ... */

/* version: v1.0
    date: 1 october 2007
    fix: initial version
    author: marinus.ames@strawberries.nl
    company: strawberries
    client: d'agostini
    project: scrapbook */

/*  ..............  GLOBAL  ..............  */
html {

  overflow: -moz-scrollbars-vertical;

}

 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    background-color: #fffbec;
    background-image: url(../images/background/bg_body.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

img{
    border:0px;
}

.standardText {
    float: left;
    width: 600px;
    color: #000000;
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 20px;
}
.standardHeader {
    float: left;
    width: 100%;
    font-family: Arial, Verdana;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.standardSubHeader {
    float: left;
    width: 100%;
    font-family: Arial, Verdana;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.hidden{
    display:none;
}
.textBlock {
    font-family	:verdana;
    color		: #FFFFFF;
    font-size	: 14px;
}

.sitePanel a{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}
.sitePanel a:active{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}
.sitePanel a:visited{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}
.sitePanel a:selected{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}

.InputText{
    border: 1px solid #000000;
    height: 16px;
}
.InputTextError{
    border: 1px solid red;
    height: 16px;
    background-color: #ffdddd;
}
.InputSelect{
    border: 1px solid #000000;
    width: 203px;
}

.InputArea{
    border: 1px solid #000000;
    width: 290px;
    margin-left: 10px;
    height: 100px;
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
}
.formError{
    margin-top: 10px;
    #margin-top: 5px;
    color:#ff0000;
    font-weight: bold;
}
.formCorrect{
	margin-top: -10px;
    #margin-top: 5px;
    color:#009933;
    font-weight: bold;
}
.InputAreaError{
    border: 1px solid red;
    width: 300px;
    height: 100px;
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    background-color: #ffdddd;
}
.Button{
	border: 1px solid #999999;
	height: 18px;
    font-weight: bold;
	color: #ff6600;
	background: #000000;

}
.CheckBox{
    height: 12px;
	width: 12px;
    margin-bottom: 3px;
	background-color: #000000;
}
.Radio{
    margin-bottom: 10px;
}
.sitePanel {
    height: 100%;
    width: 770px;
    text-align: left;
    margin: 0 auto 0 auto;
}
    .container {
        float: left;
        width: 770px;
        height: 100%;
        margin-bottom: 40px;
        background-image: url(../images/background/bg_container.gif);
        background-repeat: repeat-y;
        background-position: left bottom;
    }

   .footerPanel {
   left:-1px;
		position: relative;
		top: -10px;
        float: left;
        height: 36px;
        min-height: 36px;
        width: 100%;
        background-image: url(../images/background/bg_footer.gif);
        background-repeat: repeat-y;
        background-position: top;		
		border: 0px solid #000;
    }

        .menuPanel {
            float: left;
            width: 1000px; /* mutatie */
            background-image: url(../images/background/bg_menu.gif);
            background-repeat: no-repeat;
            background-position: left top;
        }
            .menuPanel .logo{
                position: relative;
                left: -30px;
                float:left;
                height: 15px;
                padding-top: 18px;
            }
            .menuPanel .menu{
                float: left;
                height: 60px;
            }
                .menuPanel .menu .menuItem{
                    float: left;
                    height: 60px;
                    cursor: pointer;
                    display: block;
                }
                    a.homeMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_home.gif);
                        width: 90px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.homeMenuItem:hover{
                        background-image: url(../images/nav/btn_home-over.gif);
                    }
                    .actief a.homeMenuItem{
                        background-image: url(../images/nav/btn_home-over.gif);
                    }

                    a.tijdschriftMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_magazine.gif);
                        width: 142px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.tijdschriftMenuItem:hover{
                        background-image: url(../images/nav/btn_magazine-over.gif);
                    }
                    .actief a.tijdschriftMenuItem{
                        background-image: url(../images/nav/btn_magazine-over.gif);
                    }

                    a.projectenMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_projects.gif);
                        width: 122px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.projectenMenuItem:hover{
                        background-image: url(../images/nav/btn_projects-over.gif);
                    }
                    .actief a.projectenMenuItem{
                        background-image: url(../images/nav/btn_projects-over.gif);
                    }

                    a.abboMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_order.gif);
                        width: 112px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.abboMenuItem:hover{
                        background-image: url(../images/nav/btn_order-over.gif);
                    }
                    .actief a.abboMenuItem{
                        background-image: url(../images/nav/btn_order-over.gif);
                    }

                    a.forumMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_forum.gif);
                        width: 89px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.forumMenuItem:hover{
                        background-image: url(../images/nav/btn_forum-over.gif);
                    }
                    .actief a.forumMenuItem{
                        background-image: url(../images/nav/btn_forum-over.gif);
                    }

                    a.faqMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_faq.gif);
                        width: 66px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.faqMenuItem:hover{
                        background-image: url(../images/nav/btn_faq-over.gif);
                    }
                    .actief a.faqMenuItem{
                        background-image: url(../images/nav/btn_faq-over.gif);
                    }

                    a.galerijMenuItem{
                        height: 59px;
                        background-image: url(../images/nav/btn_gallery.gif);
                        width: 141px;
                        display:block;
                        background-repeat: no-repeat;
                    }
                    a.galerijMenuItem:hover{
                        background-image: url(../images/nav/btn_gallery-over.gif);
                    }
                    .actief a.galerijMenuItem{
                        background-image: url(../images/nav/btn_gallery-over.gif);
                    }

        .headerPanel {
            position: relative;
            top: -10px;
            float: left;
            height: 310px;
            width: 100%;
            background-image: url(../images/background/bg_header.gif);
            background-repeat: repeat-y;
            background-position: left bottom;
        }
            .flashHeader{
                float: left;
                height: 310px;
            }
        .contentPanel, .contentPanelHome{
            position: relative;
            top: -10px;
            float: left;
            width: 640px;
            padding: 0px;
            padding-left: 130px;
            background-image: url(../images/background/bg_content.gif);
            background-repeat: repeat-y;
            background-position: left bottom;
        }

            .contentPanel #contentCorner, .contentPanelHome #contentCorner {
                position: relative;
                float: left;
                width: 110px;
            }

                .contentPanel #contentCorner img, .contentPanelHome #contentCorner img {
                    position: absolute;
                    float: left;
                    height: 122px;
                    width: 110px;
                    top: 0px;
                    left: -130px
                }

            #faqPanel {
                float:left;
                width: 730px;
            }

                .faqIntroBlock {
                    float: left;
                }

                    #faqPanel .leftContent {
                        float: left;
                        width: 300px;
                    }

                    #faqPanel .faqIntroBlock a {
                        color: #ffffff;
                        text-decoration: underline;
                    }

                    #faqPanel .faqIntroBlock a:hover {
                        color: #000000;
                        text-decoration: none;
                    }

                .faqIntro {
                    float: left;
                }

                .faqLongLinks {
                    float: left;
                }

                    .faqLongLinkItem {
                        float: left;
                        height: 56px;
                        margin-top: 2px;
                        cursor: pointer;
                    }

                    #tijdschriftOptions {
                        float: left;
                        width: 730px;
                    }
                        .tijdschriftIntro{
                            float: left;
                        }
                            .tijdschriftIntroBlock{
                                float: left;
                            }
                            .tijdschriftFlash{
                                float: left;
                                height: 450px;
                                width: 600px;
                                padding: 0px;
                                padding-top: 60px;
                                padding-left: 15px;
                                background-image: url(../images/background/bg_tijdschrift-flash.gif);
                                background-repeat: no-repeat;
                                background-position: left top;
								margin-top: 15px;
                            }

                    #galerijOptions {
                        float: left;
                        width: 730px;
                    }
                        .gallerijIntro { /* mutatie */
                            float: left;

                        }
                            .galerijIntroBlock {
                                position: relative;
                                left: 0px;
                                float: left;
                                height: 173px;
                                width: 612px;
                                background-image: url(../images/background/bg_gallery-flash-header.jpg);
                                background-repeat: no-repeat;
                                background-position: left top;
                            }
                    #galerijOptions .standardText {
                        position: relative;
                        top: 55px;
                        float: left;
                        height: 80px;
                        width: 320px;
                        overflow: hidden;
                    }
/*                            #galerijOptions img {
                                position: absolute;
                                top: -20px;
                                right: 123px;
                                float: left;
                                height: 180px;
                                width: 280px;
                            } */
                            .galerijFlashHeader { /* mutatie */
                                float: left;
                                width: 604px;
                                margin: 0px;
                                padding: 0px;
                                padding-left: 15px;
                                background-image: url(../images/background/bg_gallery-flash-middle.jpg);
                                background-repeat: repeat-y;
                                background-position: left top;
                            }
                                .galerijFlashHeader p { /* mutatie */
                                    color: #000000;
                                    font-weight: bold;
                                    font-size: 14px;
                                    margin: 0px;
                                    padding: 0px;
                                    padding-left: 15px;
                                }
                            .galerijFlash {
                                float: left;
                                width: 602px;
                                margin: 0px;
                                padding: 0px;
                                padding-top: 20px;
                                padding-left: 15px;
                                background-image: url(../images/background/bg_gallery-flash-middle.jpg);
                                background-repeat: repeat-y;
                                background-position: left top;
                            }
                            .galerijFlashFooter {
                                float: left;
                                height: 20px;
                                width: 604px;
                                margin: 0px;
                                padding: 0px;
                                padding-left: 15px;
                                background-image: url(../images/background/bg_gallery-flash-footer.jpg);
                                background-repeat: no-repeat;
                                background-position: left top;
                            }
                            .galerijButton {
                                float: left;
                                height: 35px;
                                width: 604px; /* mutatie */
                                margin: 0px;
                                padding: 0px;
                                padding-top: 20px;
                                text-align: center;
                                background-image: url(../images/background/bg_gallery-flash-middle.jpg);
                                background-repeat: repeat-y;
                                background-position: left top;
                            }
                                .galerijButton a {
                                    display: block;
                                    height: 25px;
                                    width: 602px;
                                    padding-top: 10px;
                                    color: #000000;
                                    font-weight: normal;
                                    font-size: 12px;
                                    background-color: #e9f7fd;
									text-decoration: underline;
                                }
						
								
								.galerijButton a:visited {
                                    display: block;
                                    height: 25px;
                                    width: 602px;
                                    padding-top: 10px;
                                    color: #000000;
                                    font-weight: normal;
                                    font-size: 12px;
                                    background-color: #e9f7fd;
                                }
                                .galerijButton a:hover {
                                    text-decoration: underline;
                                }
            .leftContent{
                float: left;
                width: 380px;
            }
                .bannerHome{
                    float:left;
                    margin-top: 20px;
                    margin-right: 5px;
                }
            .rightContent{
                float:left;
                width: 330px;
                margin-left: 25px;
            }
            .ForumPanel{
                padding-right: 25px;
            }
            .FlashPlayer{
                margin-top: 25px;
            }
            .standardPanel{
                float: left;
                width: 770px;
            }
                .ExtraBestel{
                    height:172px;
                    width:712px;
                    margin-top: 20px;
                    background-image: url("/images/background/internetaanbieding.jpg");
                    background-repeat: no-repeat;
                }
                    .ExtraBestelButton{
                        margin-top: 120px;
                        margin-left: 20px;
                        float:left;
                    }                                             
                .BestelPanel{
                    float:left;
                    width: 450px;
                }
                .IQBotPanel{
                    float:left;
                }
                .IQBotLeft{
                    float:left;
                    width: 400px;
                    padding-right: 20px;
                }
                .IQBotRight{
                    float:left;
                    margin-left: 25px;
                    width: 275px;
                }
                    .IQBotScreen{
                        margin-top: 10px;
                        padding-right: 10px;
                        width: 80px;
                        height: 53px;
                        float:left;
                    }
                    .IQBotPhones{
                        margin-top: 20px;
                        float:left;
                        width: 250px;
                    }
                  
                        
                .WallpaperPanel{
                    float:left;
                    width: 722px;
                    height:60px;
                    background-image: url(/images/background/wallpaper-bg.jpg);
                    background-repeat: no-repeat;
                    margin-top: 30px;
                }
                    .WallpaperButtons{
                        margin-left: 310px;
                        margin-top: 15px;
                    }
                        .DownloadButton{
                            float:left;
                            margin-left: 10px;
                            cursor: pointer;
                        }
                    
                .Formield{
                    float:left;
                    width: 100%;
                    margin-bottom: 10px;
                }
                    .Formield .Label{
                        float:left;
                        width: 150px;
                    }
                    .Formield .Input{
                        float:left;
                    }

                    #abboOptions {
                        float: left;
                        height: 428px;
                    }
                        #abboPanel {
                            float: left;
                            height: 428px;
                            width: 265px;
                            margin: 0px;
                            padding: 0px;
                            padding-left: 20px;
                            padding-right: 20px;
                            background-image: url(../images/background/bg_order-yellow.gif);
                            background-repeat: no-repeat;
                            background-position: left top;
                        }
                        #abboPanel2 {
                            float: left;
                            height: 428px;
                            width: 265px;
                            margin: 0px;
                            margin-left: 5px;
                            padding: 0px;
                            padding-left: 20px;
                            padding-right: 20px;
                            background-image: url(../images/background/bg_order-blue.gif);
                            background-repeat: no-repeat;
                            background-position: left top;
                        }
                        #abboOptions .banner {
                            padding: 0px;
                            padding-top: 20px;
                        }
                        #abboOptions .standardText {
                            height: 120px;
                            width: 265px;
                            padding: 0px;
                            padding-top: 20px;
                            overflow: hidden;
                        }
                        #abboProfile {
                            padding-top: 10px;
                            height: 120px;
                            overflow: hidden;
                        }
                        .abboProfileButton, .tijdschriftProjectsButton, #tellafriendPanel .formItemInputButton { /* mutatie */
                            float: left;
                            height: 28px;
                            padding-top: 20px;
                            padding-bottom: 10px;
                            cursor: pointer;
                        }

                    #tellafriendPanel{ /* mutatie */
                        position: relative;
                        left: -5px;
                        float: left;
                        height: 200px;
                        width: 625px;
                        padding: 0px;
                        margin: 0px;
                        margin-top: 20px;
                        background-image: url(../images/background/bg_tellafriend.gif);
                        background-repeat: no-repeat;
                        background-position: left top;
                    }
                        #tellafriendPanel .standardHeader{
                            float: left;
                            width: 600px;
                            color: #000000;
                            font-weight: bold;
                            font-size: 14px;
                            margin: 0px;
                            padding: 0px;
                            padding-top: 20px;
                            padding-left: 20px;
                        }
                        .tellafriendFormLeft{
                            float: left;
                            width: 270px;
                            padding: 0px;
                            padding-top: 5px;
                            padding-left: 20px;
                            padding-right: 15px;
                        }
                            .tellafriendFormItem{
                                float: left;
                                height: 23px;
                                width: 275px;
                                padding: 0px;
                                margin: 0px;
                                margin-top: 3px;
                            }
                            .tellafriendFormItem label {
                                float:left;
                                height: 15px;
                                width: 50px;
                                font-size: 11px;
                                font-weight: bold;
                                padding-top: 5px;
                            }
                            .tellafriendFormItem input {
					            float: right;
					            height: 17px;
					            width: 215px;
                                font-size: 11px;
                                font-weight: normal;
                                margin: 0px;
		                        padding: 0px;
		                        padding-top: 2px;
		                        padding-left: 2px;
		                        vertical-align: top;
		                        border-left-style: solid;
		                        border-left-width: 1px;
		                        border-left-color: #c3c3c3;
		                        border-right-style: solid;
		                        border-right-width: 1px;
		                        border-right-color: #c3c3c3;
		                        border-bottom-style: solid;
		                        border-bottom-width: 1px;
		                        border-bottom-color: #dddddd;
                            }
                            .tellafriendFormItem textarea { /* mutatie */
					            float: left;
					            width: 220px;
                                font-size: 11px;
                                font-weight: normal;
					            margin: 0px;
		                        padding: 0px;
		                        padding-top: 2px;
		                        padding-left: 2px;
		                        vertical-align: top;
		                        border-left-style: solid;
		                        border-left-width: 1px;
		                        border-left-color: #c3c3c3;
		                        border-right-style: solid;
		                        border-right-width: 1px;
		                        border-right-color: #c3c3c3;
		                        border-bottom-style: solid;
		                        border-bottom-width: 1px;
		                        border-bottom-color: #dddddd;
                            }
                        .tellafriendFormRight{ /* mutatie */
                            float: left;
                            width: 261px;
                            padding: 0px;
                            padding-top: 5px;
                            padding-left: 20px;
                            padding-right: 20px;
                        }

                        #tellafriendPanel .formItemInputButton { /* mutatie */
                            clear: both;
                            position: relative;
                            top: -15px;
                            left: 320px;
                        }


/* SANDBAG STYLE */
    .sandbag-image span {
		display: none;
	}
	
	.sandbag-right {
		border: 0; 
		padding: 0;
		font-size: 0;
		margin: 0 0 0 35px;
		float: right; 
		clear: right;
	}
	
	.sandbag-left {
		border: 0; 
		padding: 0;
		font-size: 0;
		margin: 0 35px 0 0;
		float: left; 
		clear: left;
	}
	
	.first-sandbag {
		margin-top: 05px;
	}
	
	.last-sandbag {
		margin-bottom: 5px;
	}
/****
*
*	Fons Toevoegingen
*
****/

	.clearFloat{
		clear				: both;
	}

	.uploadForm label {
		float:left;
        height: 15px;
        width: 125px;
        font-size: 11px;
        font-weight: bold;
        padding-top: 5px;
	}
	
	.uploadForm input {
		float: left;
		height: 17px;
		width: 250px;
		font-size: 11px;
		font-weight: normal;
		margin: 2px 0 2px 0;
		padding: 0px;
		padding-top: 2px;
		padding-left: 2px;
		vertical-align: top;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c3c3c3;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c3c3c3;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #dddddd;
	}
	
	.uploadForm textarea {
		float: left;
        width: 260px;
        font-size: 11px;
        font-weight: normal;
		margin: 2px 0 2px 0;
        padding: 0px;
        padding-top: 2px;
        padding-left: 2px;
        vertical-align: top;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #c3c3c3;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #c3c3c3;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #dddddd;
	}
	
	.uploadForm .button {
		width				: 100px;
		float				: left;
		font-size			: 11px;
		margin				: 2px;
	}
		
	.rating {
		width				: 110px;
		font-size			: 10px;
	}

	
	.flashPlayerHome{
	    margin-top			: 25px;
		background-image	: url(../images/background/bg_flashplayer.jpg);
		background-repeat	: no-repeat;
		width				: 300px;
		height				: 212px;
	}
	
	.animatedBanner{
		margin-left			: 20px;
	}
	
	.leftContentProjecten{
		float				: left;
		width				: 329px;
	}
	
	.rightContentProjecten{
		float				: left;
		width				: 275px;
	}
	
	.projectenMagazine{
		margin				: 0 0 0 20px;
		float				: left;
		background-image	: url(../images/background/bg_projecten.jpg);
		background-repeat	: no-repeat;
		width				: 274px;
		height				: 358px;
	}
	
	.projectenWallPaper{
		margin				: 0 0 0 23px;
		float				: left;
		background-image	: url(../images/background/scb_background_wallpaper.jpg);
		background-repeat	: no-repeat;
		width				: 274px;
		height				: 130px;
	}
	
	.projectenWallPaper .wallPaperText{
		font-size			: 14px;
		font-weight			: bold;
		margin				: 35px 0 0 30px;
	}
	
	.projectenWallPaper .wallPaperButtons{
		margin				: 10px 0 0 15px;
	}

.shadowContainer {
	float: left;
	width: 130px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
	height: 200px;
}

.shadowContainer .shadow2,
.shadowContainer .shadow3,
.shadowContainer .shadow4,
.shadowContainer .galleryContainer {
    position: relative;
    left: -1px;
    top: -1px;
}

    .shadowContainer .shadow1 {
        background: #9f9e9e;
    }

    .shadowContainer .shadow2 {
        background: #6e6e6e;
    }

    .shadowContainer .shadow3 {
        background: #545454;
    }
	
	.shadowContainer .shadow4 {
        background: #000;
    }

    .shadowContainer .galleryContainer {

        background: #ffffff;
        border: 0px solid #848284;
        padding: 10px;
    }
	
	/*********************************************
*
*	Support page
*	
********************************************

	.rightContent .tellafriendFormItem{
		margin-top		: 50px;		
	}
*/
	.rightContent{
		float:left;
		margin-top		: 50px;	
	}
	.rightContent ul{
		margin			:0;
		padding			:0;
	}
	
	.rightContent li{
		list-style		: none;
	}
	
	.form1 h4{
		margin			: 0;
		font-size		: 14px;
	}
	
	.form1 h5{
		color			: #FF0;
	}

	.radioButtons{
		float:left;
		width			: 300px;
		padding-bottom	: 10px;
	}
	
	.radioButtons input{
		margin			: 4px;
		#margin			: 0px;
	}	
	
	.radioButtons label {
		float			: right;
		width			: 120px;
	}

	.askQuestionForm{
		float			: left; 
		width			: 300px;
	}

	.askQuestionForm label{
		float			: left;
		width			: 80px;
		margin-top		: 5px;
		
	}
	
	.leftContentSupport{
		width			: 300px; 
		float			: left;
	}
	
	.askQuestionForm textarea{
		width			: 202px;
		#width			: 200px;
	}

	.leftContentHome {
		width: 300px;
		float: left;
		margin: 0px;
	}
	
	.rightContentHome{
		float:left;
	}
	
	.tijdschriftFlash h5{
		padding: 0;
		margin: 0;
	}

	 .askQuestionForm input {
	    float: right;
	    height: 17px;
	    width: 215px;
	    font-size: 11px;
	    font-weight: normal;
	    margin: 0px;
	    padding: 0px;
	    padding-top: 2px;
	    padding-left: 2px;
	    vertical-align: top;
	    border-left-style: solid;
	    border-left-width: 1px;
	    border-left-color: #c3c3c3;
	    border-right-style: solid;
	    border-right-width: 1px;
	    border-right-color: #c3c3c3;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: #dddddd;
	}
	.askQuestionForm textarea { 
	    float: left;
	    width: 210px;
	    font-size: 11px;
	    font-weight: normal;
	    margin: 2px;
	    padding: 0px;
	    padding-top: 2px;
	    padding-left: 2px;
	    vertical-align: top;
	    border-left-style: solid;
	    border-left-width: 1px;
	    border-left-color: #c3c3c3;
	    border-right-style: solid;
	    border-right-width: 1px;
	    border-right-color: #c3c3c3;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: #dddddd;
	}
	
	.sendForm{
		background-image: url(../images/background/bg_gallery-flash-middle.jpg);
                                background-repeat: repeat-y;
                                background-position: left top;
								 margin:0 0 0 0px; border: 0px solid #000; padding: 0 0 0 20px;
	}
	
	.sendForm p{
		font-weight: normal;
	}